summaryrefslogtreecommitdiffstats
path: root/src/server/ClientUpdate.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/ClientUpdate.hpp')
-rw-r--r--src/server/ClientUpdate.hpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/server/ClientUpdate.hpp b/src/server/ClientUpdate.hpp
index 514997a1..57848e62 100644
--- a/src/server/ClientUpdate.hpp
+++ b/src/server/ClientUpdate.hpp
@@ -17,12 +17,14 @@
#ifndef INGEN_ENGINE_CLIENTUPDATE_HPP
#define INGEN_ENGINE_CLIENTUPDATE_HPP
-#include <string>
-#include <vector>
-
+#include "ingen/Properties.hpp"
#include "ingen/Resource.hpp"
+#include "ingen/URI.hpp"
#include "raul/Path.hpp"
+#include <string>
+#include <vector>
+
namespace ingen {
class Interface;