1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Fix the build with gcc 4.3 as the host, patch by Zhongxing Xu!

llvm-svn: 55115
This commit is contained in:
Chris Lattner 2008-08-21 06:25:28 +00:00
parent 902453c302
commit 16121a7f73

View File

@ -21,6 +21,7 @@
#include <cstring>
#include <iosfwd>
#include <string>
#include <cstring>
namespace llvm {
class Serializer;