summaryrefslogtreecommitdiffstats
path: root/ingen/SocketWriter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/SocketWriter.hpp')
-rw-r--r--ingen/SocketWriter.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/ingen/SocketWriter.hpp b/ingen/SocketWriter.hpp
index c4ed7b51..2424fe24 100644
--- a/ingen/SocketWriter.hpp
+++ b/ingen/SocketWriter.hpp
@@ -17,11 +17,12 @@
#ifndef INGEN_SOCKET_WRITER_HPP
#define INGEN_SOCKET_WRITER_HPP
-#include <cstddef>
-#include <cstdint>
-
+#include "ingen/Message.hpp"
#include "ingen/TurtleWriter.hpp"
#include "ingen/ingen.h"
+#include "ingen/types.hpp"
+
+#include <cstddef>
namespace Raul {
class Socket;