summaryrefslogtreecommitdiffstats
path: root/vbench/src/vbench/http/http_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'vbench/src/vbench/http/http_client.h')
-rw-r--r--vbench/src/vbench/http/http_client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vbench/src/vbench/http/http_client.h b/vbench/src/vbench/http/http_client.h
index 7497d0c8621..076e4ae1770 100644
--- a/vbench/src/vbench/http/http_client.h
+++ b/vbench/src/vbench/http/http_client.h
@@ -3,10 +3,10 @@
#pragma once
-#include <vbench/core/socket.h>
#include "http_connection.h"
#include "http_connection_pool.h"
#include "http_result_handler.h"
+#include <vbench/core/socket.h>
namespace vbench {
@@ -59,6 +59,7 @@ private:
bool perform();
public:
+ ~HttpClient();
static bool fetch(const ServerSpec &server, const string &url,
HttpResultHandler &handler)
{