repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
otadump: init at 0.1.2 (#329129)
[NixPkgs.git]
/
pkgs
/
by-name
/
sp
/
splitcode
/
add-stdint.patch
blob
e502856b5596f5983e9b34b30f9134179de3a7bb
1
diff --git a/src/SplitCode.h b/src/SplitCode.h
2
index 45c199c..fb05250 100644
3
--- a/src/SplitCode.h
4
+++ b/src/SplitCode.h
5
@@ -18,6 +18,7 @@
6
#include <stack>
7
#include <cmath>
8
#include <iomanip>
9
+#include <cstdint>
10
11
#if defined(_MSVC_LANG)
12
#define SPLITCODE_CPP_VERSION _MSVC_LANG