Unbreak building LLVMTarget on Windows after r266595.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@266613 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nico Weber 2016-04-18 13:38:58 +00:00
parent a3a95e8a04
commit 2e7ff2cd6d

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 {