mirror of
https://github.com/Ed94/gencpp.git
synced 2025-09-15 06:50:59 -07:00
Fixes for auxilary code + typo fix in ast.cpp
Needed the intellisense directive ifdef wrap.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#include "builder.hpp"
|
||||
#ifdef GEN_INTELLISENSE_DIRECTIVES
|
||||
# include "builder.hpp"
|
||||
#endif
|
||||
|
||||
Builder Builder::open( char const* path )
|
||||
{
|
||||
|
Reference in New Issue
Block a user