From 26f178696e90cdf950dce26ccd1fe19a46537999 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 21 Feb 2010 22:07:42 +0000 Subject: [PATCH] Add missing include, noticed by ace2001ac on IRC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96764 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Analysis/Support/BumpVector.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/clang/Analysis/Support/BumpVector.h b/include/clang/Analysis/Support/BumpVector.h index 48851d0f26..ba34a51ad9 100644 --- a/include/clang/Analysis/Support/BumpVector.h +++ b/include/clang/Analysis/Support/BumpVector.h @@ -23,6 +23,7 @@ #include "llvm/Support/Allocator.h" #include "llvm/ADT/PointerIntPair.h" #include +#include namespace clang { -- 2.40.0