X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=example-codegen%2Fother.hxx;fp=example-codegen%2Fother.hxx;h=4121f047223488731f451053cb47a2a8130402f3;hp=0000000000000000000000000000000000000000;hb=85106017e48b4dfdec213dc2ff83486edfa7ea10;hpb=a3b94a2c3f0e0c9b18674def2e2dd0b02cdfdb41 diff --git a/example-codegen/other.hxx b/example-codegen/other.hxx new file mode 100644 index 0000000..4121f04 --- /dev/null +++ b/example-codegen/other.hxx @@ -0,0 +1,13 @@ +#include +// serialization of string +#include +// serialization of pair +#include + +// std::vector +#include +#include + +#include "foo.hxx" + +#include "other_common.hxx"