aboutsummaryrefslogtreecommitdiffstats
path: root/libtransport/src/io_modules/udp/udp_socket_connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtransport/src/io_modules/udp/udp_socket_connector.h')
-rw-r--r--libtransport/src/io_modules/udp/udp_socket_connector.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libtransport/src/io_modules/udp/udp_socket_connector.h b/libtransport/src/io_modules/udp/udp_socket_connector.h
index 8ab08e17a..c483e14aa 100644
--- a/libtransport/src/io_modules/udp/udp_socket_connector.h
+++ b/libtransport/src/io_modules/udp/udp_socket_connector.h
@@ -16,6 +16,7 @@
#pragma once
#include <hicn/transport/config.h>
+#include <hicn/transport/core/asio_wrapper.h>
#include <hicn/transport/core/connector.h>
#include <hicn/transport/core/content_object.h>
#include <hicn/transport/core/global_object_pool.h>
@@ -24,8 +25,6 @@
#include <hicn/transport/core/packet.h>
#include <hicn/transport/utils/branch_prediction.h>
-#include <asio.hpp>
-#include <asio/steady_timer.hpp>
#include <deque>
namespace transport {