mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-03 19:43:30 +00:00
13 lines
284 B
Diff
13 lines
284 B
Diff
diff --git a/src/SplitCode.h b/src/SplitCode.h
|
|
index 45c199c..fb05250 100644
|
|
--- a/src/SplitCode.h
|
|
+++ b/src/SplitCode.h
|
|
@@ -18,6 +18,7 @@
|
|
#include <stack>
|
|
#include <cmath>
|
|
#include <iomanip>
|
|
+#include <cstdint>
|
|
|
|
#if defined(_MSVC_LANG)
|
|
#define SPLITCODE_CPP_VERSION _MSVC_LANG
|