projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3a9b0f
)
Add missing cstdint include not found on Windows
author
Reid Kleckner
<rnk@google.com>
Fri, 28 Feb 2020 01:24:50 +0000
(17:24 -0800)
committer
Reid Kleckner
<rnk@google.com>
Fri, 28 Feb 2020 01:24:50 +0000
(17:24 -0800)
llvm/include/llvm/Support/MathExtras.h
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/Support/MathExtras.h
b/llvm/include/llvm/Support/MathExtras.h
index
f07d0b7
..
78afb3b
100644
(file)
--- a/
llvm/include/llvm/Support/MathExtras.h
+++ b/
llvm/include/llvm/Support/MathExtras.h
@@
-18,6
+18,7
@@
#include <cassert>
#include <climits>
#include <cmath>
+#include <cstdint>
#include <cstring>
#include <limits>
#include <type_traits>