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
diff --git a/src/compiler/OutputHLSL.cpp b/src/compiler/OutputHLSL.cpp
index 97e1261..36f527c 100644
--- a/src/compiler/OutputHLSL.cpp
+++ b/src/compiler/OutputHLSL.cpp
@@ -10,6 +10,7 @@
 #include "compiler/InfoSink.h"
 #include "compiler/UnfoldSelect.h"
 
+#include <stdio.h>
 #include <algorithm>
 
 namespace sh