commit | d2dec7d24cec3ca389faa4b5a15ef987642df94d | [log] [tgz] |
---|---|---|
author | Duraid Madina <duraid@octopus.com.au> | Tue Dec 27 10:40:34 2005 +0000 |
committer | Duraid Madina <duraid@octopus.com.au> | Tue Dec 27 10:40:34 2005 +0000 |
tree | c79f9d42e4fc703900aa1f7e15e53e440c456dc4 | |
parent | 9b3e4c853c407dcb3bc3d2f823a2265d50275d71 [diff] [blame] |
yet more C++ standards-compliance stuff. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25028 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/CBackend/Writer.cpp b/lib/Target/CBackend/Writer.cpp index ce7f4c8..dd45582 100644 --- a/lib/Target/CBackend/Writer.cpp +++ b/lib/Target/CBackend/Writer.cpp
@@ -39,6 +39,7 @@ #include "llvm/Config/config.h" #include <algorithm> #include <iostream> +#include <ios> #include <sstream> using namespace llvm;