From aa397558c4253ed91e478ed6e2bc49950733f1d7 Mon Sep 17 00:00:00 2001 From: Jens Thiele Date: Mon, 27 Nov 2006 16:44:47 +0000 Subject: [PATCH] temporarily add other.cpp --- example-codegen/other.cpp | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) create mode 100644 example-codegen/other.cpp diff --git a/example-codegen/other.cpp b/example-codegen/other.cpp new file mode 100644 index 0000000..4121f04 --- /dev/null +++ b/example-codegen/other.cpp @@ -0,0 +1,13 @@ +#include +// serialization of string +#include +// serialization of pair +#include + +// std::vector +#include +#include + +#include "foo.hxx" + +#include "other_common.hxx" -- 1.7.1