OSDN Git Service

Fix build error.
authorLauro Ramos Venancio <lauro.venancio@gmail.com>
Tue, 6 Feb 2007 14:59:28 +0000 (14:59 +0000)
committerLauro Ramos Venancio <lauro.venancio@gmail.com>
Tue, 6 Feb 2007 14:59:28 +0000 (14:59 +0000)
UniqueVector.h:66: error: Ã¢\80\98assertâ\80\99 was not declared in this scope

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33961 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/UniqueVector.h

index 8f0e686..f3fd7b1 100644 (file)
@@ -10,6 +10,7 @@
 #ifndef LLVM_ADT_UNIQUEVECTOR_H
 #define LLVM_ADT_UNIQUEVECTOR_H
 
+#include <cassert>
 #include <map>
 #include <vector>