From: Nick Lewycky Date: Sun, 17 Aug 2008 06:40:16 +0000 (+0000) Subject: Fix build on GCC 4.3. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b6c8a4098fd23c21d6cda33b09b99b5a0ac1e13f;p=oota-llvm.git Fix build on GCC 4.3. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54870 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/raw_ostream.h b/include/llvm/Support/raw_ostream.h index 34dd052e88c..fc73bab06b2 100644 --- a/include/llvm/Support/raw_ostream.h +++ b/include/llvm/Support/raw_ostream.h @@ -14,6 +14,8 @@ #ifndef LLVM_SUPPORT_RAW_OSTREAM_H #define LLVM_SUPPORT_RAW_OSTREAM_H +#include +#include #include #include