diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2014-03-07 14:43:48 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2014-03-07 14:43:48 +0000 |
| commit | 79a96dfce0cf5ffb1ed840e5bc1a6f7a9c9b1461 (patch) | |
| tree | 48bfabe93de4f18774aaf439a027ac6bd0e482b8 /llvm | |
| parent | f04ddd01c9d805507868da00a71c80d0fd355256 (diff) | |
| download | bcm5719-llvm-79a96dfce0cf5ffb1ed840e5bc1a6f7a9c9b1461.tar.gz bcm5719-llvm-79a96dfce0cf5ffb1ed840e5bc1a6f7a9c9b1461.zip | |
Make header standalone for libstdc++.
llvm-svn: 203243
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Support/MathExtras.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/include/llvm/Support/MathExtras.h b/llvm/include/llvm/Support/MathExtras.h index 2200d4dcb26..5db22f43f72 100644 --- a/llvm/include/llvm/Support/MathExtras.h +++ b/llvm/include/llvm/Support/MathExtras.h @@ -17,6 +17,7 @@ #include "llvm/Support/Compiler.h" #include "llvm/Support/SwapByteOrder.h" #include <cstring> +#include <type_traits> #ifdef _MSC_VER #include <intrin.h> |

