Commit 8187fa8f by apatrick@chromium.org

Added some includes.

My Unbuntu 10.04 gcc configuration seems to need <stdio.h> to use some of the string printf functions like vsnprintf. The translator is building for me now. Review URL: http://codereview.appspot.com/1717041 git-svn-id: https://angleproject.googlecode.com/svn/trunk@337 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent cba04990
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include "compiler/ParseHelper.h" #include "compiler/ParseHelper.h"
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h>
#include "compiler/osinclude.h" #include "compiler/osinclude.h"
#include "compiler/InitializeParseContext.h" #include "compiler/InitializeParseContext.h"
......
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
#include "compiler/SymbolTable.h" #include "compiler/SymbolTable.h"
#include <stdio.h>
// //
// TType helper function needs a place to live. // TType helper function needs a place to live.
// //
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include "compiler/debug.h" #include "compiler/debug.h"
#include <stdarg.h> #include <stdarg.h>
#include <stdio.h>
#include "compiler/ParseHelper.h" #include "compiler/ParseHelper.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment