Skip to content

Commit

Permalink
Make header standalone for libstdc++.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203243 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
d0k committed Mar 7, 2014
1 parent c1dafe8 commit a6a3d4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/llvm/Support/MathExtras.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a6a3d4d

Please sign in to comment.