forked from OSchip/llvm-project
add a #include to improve portability to windows, as requested by
someone on llvmdev. llvm-svn: 66397
This commit is contained in:
parent
c6869f4695
commit
7c2ab26007
|
@ -18,6 +18,7 @@
|
|||
#define LLVM_ASSEMBLY_WRITER_H
|
||||
|
||||
#include <iosfwd>
|
||||
#include <string>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
|
Loading…
Reference in New Issue