blob: 4c010848ee36534d0edab2b15111ebf96d555775 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/./include/stp/AST/ASTNode.h
+++ b/./include/stp/AST/ASTNode.h
@@ -24,6 +24,8 @@ THE SOFTWARE.
#ifndef ASTNODE_H
#define ASTNODE_H
+#include <cstdint>
+
#include "stp/AST/NodeFactory/HashingNodeFactory.h"
#include "stp/Util/Attributes.h"
#include "ASTInternal.h"
|