forked from OSchip/llvm-project
#include DataTypes.h to compile on MinGW, patch by Henrik Bach.
llvm-svn: 16616
This commit is contained in:
parent
ba94e672c3
commit
46cee7da73
|
@ -11,6 +11,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "Record.h"
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
using namespace llvm;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
|
Loading…
Reference in New Issue