c7cb07f092
GitOrigin-RevId: 1536926ef5621b09bba54035ae2bb6d806d72ac8
16 lines
475 B
Diff
16 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
|