summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/udp_socket_resource_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/udp_socket_resource_base.h')
-rw-r--r--ppapi/proxy/udp_socket_resource_base.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ppapi/proxy/udp_socket_resource_base.h b/ppapi/proxy/udp_socket_resource_base.h
index e5a8aef..3059942 100644
--- a/ppapi/proxy/udp_socket_resource_base.h
+++ b/ppapi/proxy/udp_socket_resource_base.h
@@ -5,10 +5,13 @@
#ifndef PPAPI_PROXY_UDP_SOCKET_RESOURCE_BASE_H_
#define PPAPI_PROXY_UDP_SOCKET_RESOURCE_BASE_H_
+#include <stddef.h>
+#include <stdint.h>
+
#include <queue>
-#include "base/basictypes.h"
#include "base/compiler_specific.h"
+#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "ppapi/c/ppb_udp_socket.h"
#include "ppapi/c/private/ppb_net_address_private.h"