missing include
authorAndrew Lenharth <andrewl@lenharth.org>
Wed, 17 Mar 2010 18:33:00 +0000 (18:33 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Wed, 17 Mar 2010 18:33:00 +0000 (18:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98752 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/EquivalenceClasses.h

index f5f3d496f8515e2b5841c34e7b95ae7397fd675a..9ad78ae29b14a3ece3a422561138b5a87adc5ad1 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "llvm/System/DataTypes.h"
 #include <set>
+#include <cassert>
 
 namespace llvm {