mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 18:06:49 +00:00
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:
parent
ccbdc7ab82
commit
f9f7da830e
@ -18,6 +18,7 @@
|
||||
#define LLVM_ASSEMBLY_WRITER_H
|
||||
|
||||
#include <iosfwd>
|
||||
#include <string>
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user