Another missing include for MSVC.

llvm-svn: 207596
This commit is contained in:
Benjamin Kramer 2014-04-29 23:46:48 +00:00
parent 4c1089d0f3
commit b24592738e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#include "llvm/Support/LEB128.h"
#include "llvm/Support/TargetRegistry.h"
#include "llvm/Support/raw_ostream.h"
#include <tuple>
using namespace llvm;
#define DEBUG_TYPE "assembler"