1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

add a #include to improve portability to windows, as requested by

someone on llvmdev.

llvm-svn: 66397
This commit is contained in:
Chris Lattner 2009-03-09 05:10:08 +00:00
parent 13fcab1ef3
commit 2036de9b07

View File

@ -18,6 +18,7 @@
#define LLVM_ASSEMBLY_WRITER_H #define LLVM_ASSEMBLY_WRITER_H
#include <iosfwd> #include <iosfwd>
#include <string>
namespace llvm { namespace llvm {