temporarily add other.cpp
[libt2n] / example-codegen / other.cpp
diff --git a/example-codegen/other.cpp b/example-codegen/other.cpp
new file mode 100644 (file)
index 0000000..4121f04
--- /dev/null
@@ -0,0 +1,13 @@
+#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 "foo.hxx"
+
+#include "other_common.hxx"