summaryrefslogtreecommitdiffstats
path: root/src/client/OSCClientReceiver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/OSCClientReceiver.hpp')
-rw-r--r--src/client/OSCClientReceiver.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/OSCClientReceiver.hpp b/src/client/OSCClientReceiver.hpp
index a42a7ee0..18d2ac4d 100644
--- a/src/client/OSCClientReceiver.hpp
+++ b/src/client/OSCClientReceiver.hpp
@@ -21,8 +21,9 @@
#include <cstdlib>
#include <boost/utility.hpp>
#include <lo/lo.h>
-#include "interface/ClientInterface.hpp"
#include "raul/Deletable.hpp"
+#include "raul/SharedPtr.hpp"
+#include "interface/ClientInterface.hpp"
namespace Ingen {
namespace Client {