Unbreak building LLVMTarget on Windows after r266595.

llvm-svn: 266613
This commit is contained in:
Nico Weber 2016-04-18 13:38:58 +00:00
parent 179b383d74
commit f34ae37f14
1 changed files with 3 additions and 2 deletions

View File

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