Skip to content

Commit 84c3404

Browse files
i2z1bbannier
authored andcommitted
Add #include <cstdint> for fixed-width integers
(cherry picked from commit e3cc7ee)
1 parent fa76472 commit 84c3404

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hilti/toolchain/include/ast/node-tag.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#pragma once
44

55
#include <array>
6+
#include <cstdint>
67
#include <string>
78

89
namespace hilti::node {

0 commit comments

Comments
 (0)