summaryrefslogtreecommitdiffstats
path: root/src/lib/http/client.h
diff options
context:
space:
mode:
authorjenkins <jenkins@perf-kea-2.lab.isc.org>2021-03-24 14:54:20 +0100
committerThomas Markwalder <tmark@isc.org>2021-04-08 14:59:48 +0200
commitcf4671f50cc0920001855e18dbbe5b94b399e192 (patch)
treefbd96230c309656473e5ecf50d479276b3514a0e /src/lib/http/client.h
parent[#1732] Prelimnary commit of MT client changes (diff)
downloadkea-cf4671f50cc0920001855e18dbbe5b94b399e192.tar.xz
kea-cf4671f50cc0920001855e18dbbe5b94b399e192.zip
[#1732] Changes after rebasing and TSAN run
src/lib/http/http_messages.h modified: src/lib/http/tests/mt_client_unittests.cc - fixed read/write TSAN error
Diffstat (limited to 'src/lib/http/client.h')
-rw-r--r--src/lib/http/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/http/client.h b/src/lib/http/client.h
index 6e4be230d8..a73a7448de 100644
--- a/src/lib/http/client.h
+++ b/src/lib/http/client.h
@@ -8,6 +8,7 @@
#define HTTP_CLIENT_H
#include <asiolink/io_service.h>
+#include <asiolink/tls_socket.h>
#include <exceptions/exceptions.h>
#include <http/url.h>
#include <http/request.h>