From 53a58106d418db0acfe6a0c0821164158ed1ef2b Mon Sep 17 00:00:00 2001 From: Lauro Ramos Venancio Date: Tue, 6 Feb 2007 14:59:28 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20build=20error.=20UniqueVector.h:66:=20err?= =?UTF-8?q?or:=20=C3=A2=C2=80=C2=98assert=C3=A2=C2=80=C2=99=20was=20not=20?= =?UTF-8?q?declared=20in=20this=20scope?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33961 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ADT/UniqueVector.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/llvm/ADT/UniqueVector.h b/include/llvm/ADT/UniqueVector.h index 8f0e686bf85..f3fd7b1d26f 100644 --- a/include/llvm/ADT/UniqueVector.h +++ b/include/llvm/ADT/UniqueVector.h @@ -10,6 +10,7 @@ #ifndef LLVM_ADT_UNIQUEVECTOR_H #define LLVM_ADT_UNIQUEVECTOR_H +#include #include #include