Fix build on GCC 4.3.
authorNick Lewycky <nicholas@mxc.ca>
Sun, 17 Aug 2008 06:40:16 +0000 (06:40 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 17 Aug 2008 06:40:16 +0000 (06:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54870 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/raw_ostream.h

index 34dd052e88c85fb07780373b1a6be1cced6bc186..fc73bab06b22eacab2e9e451af14461e084d39a2 100644 (file)
@@ -14,6 +14,8 @@
 #ifndef LLVM_SUPPORT_RAW_OSTREAM_H
 #define LLVM_SUPPORT_RAW_OSTREAM_H
 
+#include <cassert>
+#include <cstring>
 #include <string>
 #include <iosfwd>