Another missing include for MSVC.

llvm-svn: 230918
This commit is contained in:
Benjamin Kramer 2015-03-01 22:34:04 +00:00
parent d251b0a60e
commit 66e7a5cc9a
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include "llvm/IR/Intrinsics.h"
#include "llvm/Pass.h"
#include "llvm/Support/DataTypes.h"
#include <functional>
namespace llvm {