Commit bad6c2a4 by apatrick@chromium.org

Added <stdio.h> include for sprintf. It broke Chrome downstream when I bumped the rev.

Review URL: http://codereview.appspot.com/1879042 git-svn-id: https://angleproject.googlecode.com/svn/trunk@345 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent 29cd91af
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
#include "compiler/InfoSink.h" #include "compiler/InfoSink.h"
#include "compiler/UnfoldSelect.h" #include "compiler/UnfoldSelect.h"
#include <stdio.h>
#include <algorithm> #include <algorithm>
namespace sh namespace sh
......
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