summaryrefslogtreecommitdiffstats
path: root/ppapi/examples/2d/paint_manager_example.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/examples/2d/paint_manager_example.cc')
-rw-r--r--ppapi/examples/2d/paint_manager_example.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ppapi/examples/2d/paint_manager_example.cc b/ppapi/examples/2d/paint_manager_example.cc
index c8d6a79..3711ade 100644
--- a/ppapi/examples/2d/paint_manager_example.cc
+++ b/ppapi/examples/2d/paint_manager_example.cc
@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <stddef.h>
+#include <stdint.h>
+
#include <algorithm>
#include "ppapi/c/pp_input_event.h"