Add another missing include for MSVC.

llvm-svn: 230912
This commit is contained in:
Benjamin Kramer 2015-03-01 21:47:46 +00:00
parent 42cc33e816
commit 5b0617281c
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include "llvm/IR/DebugLoc.h"
#include "llvm/IR/Module.h"
#include "llvm/Support/Casting.h"
#include <utility>
namespace llvm {