summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-22 23:08:55 +0000
committerChris Lattner <sabre@nondot.org>2003-08-22 23:08:55 +0000
commitb274d4a38bbec0c222cade044d160028a01e9326 (patch)
tree028ab5394527b8352af5ea7112051b63dd0da045 /include
parent9732be769e57f1dec03f046ab957053048f60e40 (diff)
downloadllvm-b274d4a38bbec0c222cade044d160028a01e9326.tar.gz
llvm-b274d4a38bbec0c222cade044d160028a01e9326.tar.bz2
llvm-b274d4a38bbec0c222cade044d160028a01e9326.tar.xz
Add missing #include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8063 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/CodeGen/SelectionDAG.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h
index 592690117d..acb3602bae 100644
--- a/include/llvm/CodeGen/SelectionDAG.h
+++ b/include/llvm/CodeGen/SelectionDAG.h
@@ -19,6 +19,7 @@
#include "Support/DataTypes.h"
#include <map>
#include <vector>
+#include <cassert>
class Value;
class Type;
class Instruction;