mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 09:13:34 +00:00
strdup needs <cstring>. This fixes a build error with g++-4.3.
llvm-svn: 49218
This commit is contained in:
parent
9931451472
commit
a282b19804
@ -15,6 +15,7 @@
|
||||
#include "llvm-c/Target.h"
|
||||
#include "llvm/PassManager.h"
|
||||
#include "llvm/Target/TargetData.h"
|
||||
#include <cstring>
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user