summaryrefslogtreecommitdiffstats
path: root/src/server/PreProcessContext.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/PreProcessContext.hpp')
-rw-r--r--src/server/PreProcessContext.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/server/PreProcessContext.hpp b/src/server/PreProcessContext.hpp
index 1cfa1931..1d4b428a 100644
--- a/src/server/PreProcessContext.hpp
+++ b/src/server/PreProcessContext.hpp
@@ -17,10 +17,11 @@
#ifndef INGEN_ENGINE_PREPROCESSCONTEXT_HPP
#define INGEN_ENGINE_PREPROCESSCONTEXT_HPP
-#include <unordered_set>
-
+#include "CompiledGraph.hpp"
#include "GraphImpl.hpp"
+#include <unordered_set>
+
namespace Raul { class Maid; }
namespace ingen {