temporarily add other.cpp
authorJens Thiele <jens.thiele@intra2net.com>
Mon, 27 Nov 2006 16:44:47 +0000 (16:44 +0000)
committerJens Thiele <jens.thiele@intra2net.com>
Mon, 27 Nov 2006 16:44:47 +0000 (16:44 +0000)
example-codegen/other.cpp [new file with mode: 0644]

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"