summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Steckelmacher <steckdenis@yahoo.fr>2011-09-10 20:10:35 +0200
committerDenis Steckelmacher <steckdenis@yahoo.fr>2011-09-10 20:10:35 +0200
commit5ccc29a52448724c9e9cedd68901f5b673c77f4e (patch)
tree1ffeef7615b386c4cd454255567af45a598eb296
parenta8b08f250ef66e9c7780787cec9389a1a655fb27 (diff)
Make Clover compile with LLVM SVN
-rw-r--r--src/core/context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/context.cpp b/src/core/context.cpp
index fa29555..6679210 100644
--- a/src/core/context.cpp
+++ b/src/core/context.cpp
@@ -37,7 +37,7 @@
#include <cstring>
#include <cstdlib>
-#include <llvm/Target/TargetSelect.h>
+#include <llvm/Support/TargetSelect.h>
using namespace Coal;