put include dependencies into seperate file (one file per command group). simplifies...
[libt2n] / example-codegen / default.hxx
diff --git a/example-codegen/default.hxx b/example-codegen/default.hxx
new file mode 100644 (file)
index 0000000..34e71a5
--- /dev/null
@@ -0,0 +1,11 @@
+#include <string>
+// serialization of string
+#include <boost/serialization/string.hpp>
+// serialization of pair
+#include <boost/serialization/utility.hpp>
+
+// std::vector
+#include <vector>
+#include <boost/serialization/vector.hpp>
+
+#include "default_common.hxx"