Index: ppapi/thunk/ppb_tcp_socket_private_thunk.cc |
diff --git a/ppapi/thunk/ppb_tcp_socket_private_thunk.cc b/ppapi/thunk/ppb_tcp_socket_private_thunk.cc |
index 928f07381c8f7d491b37ebbf8e808dfcae1651ef..5c677b4707eaaab6326711ef9657e657886d858d 100644 |
--- a/ppapi/thunk/ppb_tcp_socket_private_thunk.cc |
+++ b/ppapi/thunk/ppb_tcp_socket_private_thunk.cc |
@@ -2,14 +2,16 @@ |
// 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_completion_callback.h" |
#include "ppapi/c/pp_errors.h" |
#include "ppapi/c/private/ppb_tcp_socket_private.h" |
#include "ppapi/shared_impl/tracked_callback.h" |
#include "ppapi/thunk/enter.h" |
-#include "ppapi/thunk/thunk.h" |
#include "ppapi/thunk/ppb_tcp_socket_private_api.h" |
#include "ppapi/thunk/resource_creation_api.h" |
+#include "ppapi/thunk/thunk.h" |
namespace ppapi { |
namespace thunk { |