commit | 3f5aaf55b883abec2020f23e85fb7c4bcb3c329e | [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 | 4dafe09684131b8f483c312f8ea6c65bd2e19435 | |
parent | 69ac08c683c74fd5bca9af6fed6637be32785acd [diff] [blame] |
yet more C++ standards-compliance stuff. llvm-svn: 25028
diff --git a/llvm/lib/Target/CBackend/Writer.cpp b/llvm/lib/Target/CBackend/Writer.cpp index ce7f4c8..dd45582 100644 --- a/llvm/lib/Target/CBackend/Writer.cpp +++ b/llvm/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;