src/types/IntegerDataTypeWriter.h
branchv_0
changeset 23 d505eaedc35e
parent 15 8fd6c4d44071
child 29 142bdbba520f
--- a/src/types/IntegerDataTypeWriter.h	Sat Aug 25 10:13:00 2018 +0200
+++ b/src/types/IntegerDataTypeWriter.h	Sat Aug 25 17:30:19 2018 +0200
@@ -5,13 +5,15 @@
 #include <cassert>
 #include <limits>
 
+#include <relpipe/protocol/constants.h>
+
 #include "../DataTypeWriter.h"
-#include "../format.h"
 
 namespace relpipe {
 namespace writer {
 namespace types {
 
+using namespace relpipe::protocol;
 using namespace relpipe::writer;
 
 /**