[llvm] r203243 - Make header standalone for libstdc++.

Benjamin Kramer benny.kra at googlemail.com
Fri Mar 7 06:43:48 PST 2014


Author: d0k
Date: Fri Mar  7 08:43:48 2014
New Revision: 203243

URL: http://llvm.org/viewvc/llvm-project?rev=203243&view=rev
Log:
Make header standalone for libstdc++.

Modified:
    llvm/trunk/include/llvm/Support/MathExtras.h

Modified: llvm/trunk/include/llvm/Support/MathExtras.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/MathExtras.h?rev=203243&r1=203242&r2=203243&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/MathExtras.h (original)
+++ llvm/trunk/include/llvm/Support/MathExtras.h Fri Mar  7 08:43:48 2014
@@ -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>





More information about the llvm-commits mailing list