summaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2006-06-20 15:32:17 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2006-06-20 15:32:17 +0000
commita51139f446bc9083096885f5f8956db6c8c77981 (patch)
treecea618fe91b217a77d34cb59e44e965b702fd9eb /include/llvm/Analysis
parent02cdb377eca9fedd28180fa396222e78c8e7134a (diff)
downloadexternal_llvm-a51139f446bc9083096885f5f8956db6c8c77981.zip
external_llvm-a51139f446bc9083096885f5f8956db6c8c77981.tar.gz
external_llvm-a51139f446bc9083096885f5f8956db6c8c77981.tar.bz2
Fix build on old compilers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28869 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis')
-rw-r--r--include/llvm/Analysis/DataStructure/DataStructure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/DataStructure/DataStructure.h b/include/llvm/Analysis/DataStructure/DataStructure.h
index 1a9a855..b576dd6 100644
--- a/include/llvm/Analysis/DataStructure/DataStructure.h
+++ b/include/llvm/Analysis/DataStructure/DataStructure.h
@@ -16,6 +16,7 @@
#include "llvm/Pass.h"
#include "llvm/Target/TargetData.h"
+#include "llvm/Support/CallSite.h"
#include "llvm/ADT/hash_map"
#include "llvm/ADT/hash_set"
#include "llvm/ADT/EquivalenceClasses.h"
@@ -25,7 +26,6 @@ namespace llvm {
class Type;
class Instruction;
class GlobalValue;
-class CallSite;
class DSGraph;
class DSCallSite;
class DSNode;