From a6a3d4dc36949b15d494fb764ebb3112bd17235f Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Fri, 7 Mar 2014 14:43:48 +0000 Subject: [PATCH] Make header standalone for libstdc++. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203243 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/MathExtras.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/Support/MathExtras.h b/include/llvm/Support/MathExtras.h index 2200d4dcb26..5db22f43f72 100644 --- a/include/llvm/Support/MathExtras.h +++ b/include/llvm/Support/MathExtras.h @@ -17,6 +17,7 @@ #include "llvm/Support/Compiler.h" #include "llvm/Support/SwapByteOrder.h" #include +#include #ifdef _MSC_VER #include -- 2.34.1