aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-08-02 07:46:27 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-08-02 07:46:27 +0000
commit9c1845dbed9817520f5a7db8bd80a560c6c6ae6b (patch)
tree8a22347f1d66a3b6883444f6c0b94049b2a85af0
parentb81645fd2b34c8c1025854cb81546f4e14a34341 (diff)
You actually have to include a header in order to use a symbol, it's so 90s..
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110034 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Checker/PathSensitive/MemRegion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Checker/PathSensitive/MemRegion.h b/include/clang/Checker/PathSensitive/MemRegion.h
index b14c873eed..79517925c8 100644
--- a/include/clang/Checker/PathSensitive/MemRegion.h
+++ b/include/clang/Checker/PathSensitive/MemRegion.h
@@ -20,6 +20,7 @@
#include "clang/AST/DeclObjC.h"
#include "clang/Checker/PathSensitive/SVals.h"
#include "llvm/Support/Casting.h"
+#include "llvm/Support/ErrorHandling.h"
#include "llvm/ADT/FoldingSet.h"
#include <string>