From: Chris Lattner Date: Mon, 9 Mar 2009 05:10:08 +0000 (+0000) Subject: add a #include to improve portability to windows, as requested by X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f9f7da830e999e34612edd3ea02e98f7fd3dc145;p=oota-llvm.git add a #include to improve portability to windows, as requested by someone on llvmdev. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66397 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Assembly/Writer.h b/include/llvm/Assembly/Writer.h index 34d905399d4..5e5fe156058 100644 --- a/include/llvm/Assembly/Writer.h +++ b/include/llvm/Assembly/Writer.h @@ -18,6 +18,7 @@ #define LLVM_ASSEMBLY_WRITER_H #include +#include namespace llvm {