summaryrefslogtreecommitdiffstats
path: root/clang/lib/ARCMigrate/Internals.h
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-10-23 23:11:23 +0000
committerDouglas Gregor <dgregor@apple.com>2012-10-23 23:11:23 +0000
commit7959178eb00e3a52a376779d48b629e33d2c5c6f (patch)
tree3c34c001b7e497800315583a9759519c9ab50410 /clang/lib/ARCMigrate/Internals.h
parent6d106b7bfdf47f30270044e6e3cc85cd1d69bef2 (diff)
downloadbcm5719-llvm-7959178eb00e3a52a376779d48b629e33d2c5c6f.tar.gz
bcm5719-llvm-7959178eb00e3a52a376779d48b629e33d2c5c6f.zip
Use a .def file for most of the diagnostic options.
llvm-svn: 166520
Diffstat (limited to 'clang/lib/ARCMigrate/Internals.h')
-rw-r--r--clang/lib/ARCMigrate/Internals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/ARCMigrate/Internals.h b/clang/lib/ARCMigrate/Internals.h
index 935fc9b5253..1966a9823b9 100644
--- a/clang/lib/ARCMigrate/Internals.h
+++ b/clang/lib/ARCMigrate/Internals.h
@@ -11,8 +11,10 @@
#define LLVM_CLANG_LIB_ARCMIGRATE_INTERNALS_H
#include "clang/ARCMigrate/ARCMT.h"
+#include "clang/Basic/Diagnostic.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/Optional.h"
+#include <list>
namespace clang {
class Sema;
OpenPOWER on IntegriCloud