diff options
Diffstat (limited to 'ppapi/tests/test_output_protection_private.cc')
-rw-r--r-- | ppapi/tests/test_output_protection_private.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/tests/test_output_protection_private.cc b/ppapi/tests/test_output_protection_private.cc index 49a44ae..298d009 100644 --- a/ppapi/tests/test_output_protection_private.cc +++ b/ppapi/tests/test_output_protection_private.cc @@ -4,6 +4,8 @@ #include "ppapi/tests/test_output_protection_private.h" +#include <stdint.h> + #include "ppapi/tests/testing_instance.h" REGISTER_TEST_CASE(OutputProtectionPrivate); |