X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=example-codegen%2Fother.cpp;fp=example-codegen%2Fother.cpp;h=4121f047223488731f451053cb47a2a8130402f3;hp=0000000000000000000000000000000000000000;hb=aa397558c4253ed91e478ed6e2bc49950733f1d7;hpb=c5e54ff222d1174d0c99265f2812cd84fa320986 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"