17 lines
475 B
Diff
17 lines
475 B
Diff
|
diff --git a/include/stp/AST/ASTNode.h b/include/stp/AST/ASTNode.h
|
||
|
index 91acd726182c..0a17db23ffbf 100644
|
||
|
--- a/include/stp/AST/ASTNode.h
|
||
|
+++ b/include/stp/AST/ASTNode.h
|
||
|
@@ -24,9 +24,10 @@ THE SOFTWARE.
|
||
|
#ifndef ASTNODE_H
|
||
|
#define ASTNODE_H
|
||
|
|
||
|
+#include "stp/AST/ASTInternal.h"
|
||
|
#include "stp/AST/NodeFactory/HashingNodeFactory.h"
|
||
|
+#include "stp/AST/UsefulDefs.h"
|
||
|
#include "stp/Util/Attributes.h"
|
||
|
-#include "ASTInternal.h"
|
||
|
#include "stp/Globals/Globals.h"
|
||
|
|
||
|
namespace stp
|