depot/third_party/nixpkgs/pkgs/by-name/sp/splitcode/add-stdint.patch
Default email 472aeafc57 Project import generated by Copybara.
GitOrigin-RevId: c31898adf5a8ed202ce5bea9f347b1c6871f32d1
2024-10-04 18:56:33 +02:00

12 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