diff options
Diffstat (limited to 'src/lib/http/client.cc')
-rw-r--r-- | src/lib/http/client.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/http/client.cc b/src/lib/http/client.cc index 5b0da858e2..58ba929ed3 100644 --- a/src/lib/http/client.cc +++ b/src/lib/http/client.cc @@ -4,6 +4,8 @@ // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. +#include <config.h> + #include <asiolink/asio_wrapper.h> #include <asiolink/interval_timer.h> #include <asiolink/tcp_socket.h> |