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
This commit is contained in:
Chris Lattner 2009-03-09 05:10:08 +00:00
parent ccbdc7ab82
commit f9f7da830e

View File

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