diff options
Diffstat (limited to 'src/ast/ast.hpp')
-rw-r--r-- | src/ast/ast.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ast/ast.hpp b/src/ast/ast.hpp index 19f0c66b..f78d559f 100644 --- a/src/ast/ast.hpp +++ b/src/ast/ast.hpp @@ -8,8 +8,7 @@ #ifndef AST_HPP_INCLUDED #define AST_HPP_INCLUDED -#define TARGETVER_1_19 true -#define TARGETVER_1_29 true +#include <target_version.hpp> #include <string> #include <vector> |