commit | 8a2b9083e364ffd46f56362d46af2aeb4718d325 | [log] [tgz] |
---|---|---|
author | Scott Tsai <scottt.tw@gmail.com> | Sat Mar 21 08:08:36 2009 +0800 |
committer | Scott Tsai <scottt.tw@gmail.com> | Sat Mar 21 08:08:36 2009 +0800 |
tree | e17f9853a97c0c05851b88cb565704897d199f0e | |
parent | bfc9f4f8308b6ca68f123ef0743350471ca34b2a [diff] [blame] |
localize: include <cstdio> in files that uses the printf family of functions to make the code build on gcc-4.4 gcc-4.4 further cleaned up header include dependencies so that e.x. including <iostream> no longer pulls in printf.
diff --git a/tools/localize/SourcePos.cpp b/tools/localize/SourcePos.cpp index 9d7c5c6..dd54f3a 100644 --- a/tools/localize/SourcePos.cpp +++ b/tools/localize/SourcePos.cpp
@@ -2,6 +2,7 @@ #include <stdarg.h> #include <set> +#include <cstdio> using namespace std;