Index: ppapi/thunk/ppb_buffer_thunk.cc |
diff --git a/ppapi/thunk/ppb_buffer_thunk.cc b/ppapi/thunk/ppb_buffer_thunk.cc |
index 9c6698d27da72995bdfd093aedd910b6aca8e609..e09326ddb1a4ef5e686bac6c58ca0747c7fda18c 100644 |
--- a/ppapi/thunk/ppb_buffer_thunk.cc |
+++ b/ppapi/thunk/ppb_buffer_thunk.cc |
@@ -2,11 +2,13 @@ |
// 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/dev/ppb_buffer_dev.h" |
-#include "ppapi/thunk/thunk.h" |
#include "ppapi/thunk/enter.h" |
#include "ppapi/thunk/ppb_buffer_api.h" |
#include "ppapi/thunk/resource_creation_api.h" |
+#include "ppapi/thunk/thunk.h" |
namespace ppapi { |
namespace thunk { |