summaryrefslogtreecommitdiffstats
path: root/net/websockets
diff options
context:
space:
mode:
Diffstat (limited to 'net/websockets')
-rw-r--r--net/websockets/websocket.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/websockets/websocket.cc b/net/websockets/websocket.cc
index fa6f180..3bf1da8 100644
--- a/net/websockets/websocket.cc
+++ b/net/websockets/websocket.cc
@@ -8,6 +8,7 @@
#include "net/websockets/websocket.h"
#include "base/message_loop.h"
+#include "net/base/host_resolver.h"
#include "net/websockets/websocket_handshake.h"
#include "net/websockets/websocket_handshake_draft75.h"