Index: ppapi/examples/threading/threading.cc |
diff --git a/ppapi/examples/threading/threading.cc b/ppapi/examples/threading/threading.cc |
index bfd21a910619bcda70efe77df7f3cfb78244bb22..0b812c48302fbc254a8dbba647c1bdb8ad1cefb1 100644 |
--- a/ppapi/examples/threading/threading.cc |
+++ b/ppapi/examples/threading/threading.cc |
@@ -2,6 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include <stdint.h> |
+ |
#include "ppapi/c/pp_errors.h" |
#include "ppapi/cpp/input_event.h" |
#include "ppapi/cpp/instance.h" |