Fix build on GCC 4.3.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54870 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nick Lewycky 2008-08-17 06:40:16 +00:00
parent 9f17eb0b79
commit b6c8a4098f

View File

@ -14,6 +14,8 @@
#ifndef LLVM_SUPPORT_RAW_OSTREAM_H
#define LLVM_SUPPORT_RAW_OSTREAM_H
#include <cassert>
#include <cstring>
#include <string>
#include <iosfwd>