aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/http-proxy/src/forwarder_interface.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/http-proxy/src/forwarder_interface.h b/apps/http-proxy/src/forwarder_interface.h
index ee0354d32..116b09a07 100644
--- a/apps/http-proxy/src/forwarder_interface.h
+++ b/apps/http-proxy/src/forwarder_interface.h
@@ -20,6 +20,9 @@ extern "C" {
#include <hicn/util/ip_address.h>
}
+#ifndef ASIO_STANDALONE
+#define ASIO_STANDALONE 1
+#endif
#include <asio.hpp>
#include <asio/steady_timer.hpp>
#include <functional>
@@ -99,4 +102,4 @@ class ForwarderInterface {
uint32_t route_id_;
};
-} // namespace transport \ No newline at end of file
+} // namespace transport