From: Argyrios Kyrtzidis Date: Sun, 1 Jun 2008 21:23:24 +0000 (+0000) Subject: Include header to allow compiling for MSVC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ef07c0a81727aae37c820a816dac019f5fe1d43;p=clang Include header to allow compiling for MSVC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51847 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGObjCRuntime.h b/lib/CodeGen/CGObjCRuntime.h index 6ec6e0ceea..94217ddc1d 100644 --- a/lib/CodeGen/CGObjCRuntime.h +++ b/lib/CodeGen/CGObjCRuntime.h @@ -16,6 +16,7 @@ #ifndef CLANG_CODEGEN_OBCJRUNTIME_H #define CLANG_CODEGEN_OBCJRUNTIME_H #include "llvm/ADT/SmallVector.h" +#include namespace llvm { class IRBuilder;