Skip to content

Commit c4a3259

Browse files
committed
add missing include
1 parent b8af2ab commit c4a3259

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SplitCode.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <stack>
1919
#include <cmath>
2020
#include <iomanip>
21+
#include <cstdint>
2122

2223
#if defined(_MSVC_LANG)
2324
#define SPLITCODE_CPP_VERSION _MSVC_LANG

0 commit comments

Comments
 (0)