src/types/BooleanDataTypeWriter.h
branchv_0
changeset 20 bef6648e79b1
parent 15 8fd6c4d44071
child 23 d505eaedc35e
equal deleted inserted replaced
19:98b901d7bb95 20:bef6648e79b1
     1 #pragma once
     1 #pragma once
     2 
     2 
     3 #include <string>
     3 #include <string>
     4 #include <iostream>
     4 #include <iostream>
     5 
     5 
     6 #include "../../include/RelpipeWriterException.h"
     6 #include "../../include/relpipe/writer/RelpipeWriterException.h"
     7 #include "../DataTypeWriter.h"
     7 #include "../DataTypeWriter.h"
     8 #include "../format.h"
     8 #include "../format.h"
     9 
     9 
    10 namespace relpipe {
    10 namespace relpipe {
    11 namespace writer {
    11 namespace writer {