diff -r 640e88aedf8f -r e7234dd45166 include/RelationalWriter.h --- a/include/RelationalWriter.h Sat Jul 21 23:01:47 2018 +0200 +++ b/include/RelationalWriter.h Sat Jul 21 23:46:29 2018 +0200 @@ -4,7 +4,8 @@ #include #include -#include "../include/typedefs.h" +#include "typedefs.h" +#include "TypeId.h" namespace relpipe { namespace writer { @@ -18,7 +19,7 @@ virtual string_t toTypeCode(const integer_t typeId) = 0; - virtual void startRelation(string_t name, std::vector> attributes, boolean_t writeHeader) = 0; + virtual void startRelation(string_t name, std::vector> attributes, boolean_t writeHeader) = 0; virtual void writeRecord(std::vector attributes) = 0;