Include IR/DerivedTypes.h instead of IR/Type.h so to match llvm change r256406.

llvm-svn: 256407
This commit is contained in:
Craig Topper 2015-12-25 05:18:31 +00:00
parent 370c8d6c6b
commit b347df8757
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#include "llvm/ADT/Triple.h"
#include "llvm/IR/Type.h"
#include "llvm/IR/DerivedTypes.h"
using namespace lldb;
using namespace lldb_private;