aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/DependenceGraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Analysis/DependenceGraph.h')
-rw-r--r--include/llvm/Analysis/DependenceGraph.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/Analysis/DependenceGraph.h b/include/llvm/Analysis/DependenceGraph.h
index 509b6f429d..10013f7f4c 100644
--- a/include/llvm/Analysis/DependenceGraph.h
+++ b/include/llvm/Analysis/DependenceGraph.h
@@ -23,6 +23,8 @@
#include <vector>
#include <utility>
+#include <assert.h>
+
class Instruction;
class Function;
class Dependence;