Minor fix.
[oota-llvm.git] / lib / Support / FoldingSet.cpp
index a569e1a79d2ff9bee1a6cc5fb53df4ec6a6f96c5..bcab5b3ec43b863154b15979ca4b512c9c6f8d8b 100644 (file)
@@ -16,6 +16,7 @@
 
 #include "llvm/ADT/FoldingSet.h"
 #include "llvm/Support/MathExtras.h"
+#include <cassert>
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//