diff options
Diffstat (limited to 'poxml/antlr/src/BaseAST.cpp')
-rw-r--r-- | poxml/antlr/src/BaseAST.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poxml/antlr/src/BaseAST.cpp b/poxml/antlr/src/BaseAST.cpp index 4080e0e8..ddb129ef 100644 --- a/poxml/antlr/src/BaseAST.cpp +++ b/poxml/antlr/src/BaseAST.cpp @@ -30,7 +30,7 @@ * @author <br><a href="mailto:[email protected]">Pete Wells</a> */ -#include "antlr/BaseAST.hpp" +#include "antlr/BaseAST.h" ANTLR_BEGIN_NAMESPACE(antlr) |