summaryrefslogtreecommitdiffstats
path: root/src/server/Request.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Request.hpp')
-rw-r--r--src/server/Request.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/Request.hpp b/src/server/Request.hpp
index 0e0b60b8..98c224ad 100644
--- a/src/server/Request.hpp
+++ b/src/server/Request.hpp
@@ -19,9 +19,10 @@
#define INGEN_ENGINE_REQUEST_HPP
#include <inttypes.h>
+
#include <string>
+
#include "ingen/ClientInterface.hpp"
-#include "EventSource.hpp"
namespace Ingen {
namespace Server {