forked from OSchip/llvm-project
Add missing #include for "strlen" which is used inline in this header. Fixes
build under gcc 4.3. llvm-svn: 71208
This commit is contained in:
parent
89e72b9c4a
commit
2f6bddd2b1
|
@ -18,6 +18,7 @@
|
|||
#include "llvm/Target/TargetMachine.h"
|
||||
#include <iosfwd>
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
|
||||
namespace llvm {
|
||||
|
|
Loading…
Reference in New Issue