Index: tests/ppapi_test_lib/test_interface.h |
=================================================================== |
--- tests/ppapi_test_lib/test_interface.h (revision 5661) |
+++ tests/ppapi_test_lib/test_interface.h (working copy) |
@@ -55,6 +55,7 @@ |
#ifndef NATIVE_CLIENT_TESTS_PPAPI_TEST_PPB_TEMPLATE_TEST_INTERFACE_H |
#define NATIVE_CLIENT_TESTS_PPAPI_TEST_PPB_TEMPLATE_TEST_INTERFACE_H |
+#include <stdio.h> |
David Springer
2011/06/15 21:40:27
This seems unused - remove?
Sang Ahn
2011/06/15 22:27:42
It's used by the EXPECT* macros below.
On 2011/06
|
#include <limits> |
#include "native_client/src/include/nacl_string.h" |