forked from OSchip/llvm-project
Unbreak building LLVMTarget on Windows after r266595.
llvm-svn: 266613
This commit is contained in:
parent
179b383d74
commit
f34ae37f14
|
@ -18,9 +18,10 @@
|
|||
#define LLVM_TARGET_TARGETRECIP_H
|
||||
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include <stdint.h>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
|
Loading…
Reference in New Issue