1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Make header standalone for libstdc++.

llvm-svn: 203243
This commit is contained in:
Benjamin Kramer 2014-03-07 14:43:48 +00:00
parent c92e236041
commit 7e1903fec3

View File

@ -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>