Skip to content

Commit 3418455

Browse files
committed
Fix compile issue on Linux (thanks to @furutaka).
1 parent ba911c1 commit 3418455

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ParseUtils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <cctype>
2424
#include <string>
2525
#include <limits>
26+
#include <cstdint>
2627
#include <sstream>
2728
#include <algorithm>
2829

0 commit comments

Comments
 (0)