We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863d84d commit e1ad441Copy full SHA for e1ad441
src/bin2cpp/BaseGenerator.cpp
@@ -331,7 +331,7 @@ namespace bin2cpp
331
std::string headercomments = getHeaderTemplate();
332
fprintf(cpp, "%s", headercomments.c_str());
333
fprintf(cpp, "#include \"%s\"\n", headerFilename.c_str());
334
- fprintf(cpp, "#include <string>\n", headerFilename.c_str());
+ fprintf(cpp, "#include <string>\n");
335
fprintf(cpp, "\n");
336
fprintf(cpp, "namespace %s\n", mNamespace.c_str());
337
fprintf(cpp, "{\n");
0 commit comments