summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2010-03-17 18:33:00 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2010-03-17 18:33:00 +0000
commit7e1b037edd0d5ad2b54f530f1ba0d2f64c9ca686 (patch)
treec5c03620c2ea55ea0ffb38b5caa27d1b30390260
parente6f83878bc7cc26ae2fcf3112e6a9fe687e8eba6 (diff)
downloadllvm-7e1b037edd0d5ad2b54f530f1ba0d2f64c9ca686.tar.gz
llvm-7e1b037edd0d5ad2b54f530f1ba0d2f64c9ca686.tar.bz2
llvm-7e1b037edd0d5ad2b54f530f1ba0d2f64c9ca686.tar.xz
missing include
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98752 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/ADT/EquivalenceClasses.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/ADT/EquivalenceClasses.h b/include/llvm/ADT/EquivalenceClasses.h
index f5f3d496f8..9ad78ae29b 100644
--- a/include/llvm/ADT/EquivalenceClasses.h
+++ b/include/llvm/ADT/EquivalenceClasses.h
@@ -17,6 +17,7 @@
#include "llvm/System/DataTypes.h"
#include <set>
+#include <cassert>
namespace llvm {