From: Lauro Ramos Venancio Date: Tue, 6 Feb 2007 14:59:28 +0000 (+0000) Subject: Fix build error. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=53a58106d418db0acfe6a0c0821164158ed1ef2b;p=oota-llvm.git Fix build error. UniqueVector.h:66: error: ‘assert’ was not declared in this scope git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33961 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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