summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/video_decoder_resource_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/video_decoder_resource_unittest.cc')
-rw-r--r--ppapi/proxy/video_decoder_resource_unittest.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ppapi/proxy/video_decoder_resource_unittest.cc b/ppapi/proxy/video_decoder_resource_unittest.cc
index 5a128d1..a8e3c4f 100644
--- a/ppapi/proxy/video_decoder_resource_unittest.cc
+++ b/ppapi/proxy/video_decoder_resource_unittest.cc
@@ -3,9 +3,12 @@
// found in the LICENSE file.
#include <GLES2/gl2.h>
+#include <stddef.h>
+#include <stdint.h>
#include "base/memory/shared_memory.h"
#include "base/message_loop/message_loop.h"
+#include "build/build_config.h"
#include "ppapi/c/pp_errors.h"
#include "ppapi/c/ppb_video_decoder.h"
#include "ppapi/proxy/locking_resource_releaser.h"