Skip to content

Commit f235128

Browse files
committed
[C++]: move sbe.hhp to sbe.h.
1 parent e4a8ea9 commit f235128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbe-tool/src/main/java/uk/co/real_logic/sbe/generation/cpp/CppGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ private CharSequence generateFileHeader(final String namespaceName, final String
803803
"# include <functional>\n" +
804804
"# include <string>\n" +
805805
"#endif\n\n" +
806-
"#include <sbe/sbe.hpp>\n\n",
806+
"#include <sbe/sbe.h>\n\n",
807807
namespaceName.toUpperCase(),
808808
className.toUpperCase()
809809
));

0 commit comments

Comments
 (0)