From f4433f28b509a9f67ca85d79000ccf9c2f4b7a24 Mon Sep 17 00:00:00 2001 From: Mauro Sardara Date: Fri, 21 Feb 2020 11:52:28 +0100 Subject: [HICN-534] Major rework on libtransport organization Change-Id: I361b83a18b4fd59be136d5f0817fc28e17e89884 Signed-off-by: Mauro Sardara --- apps/higet/higet.cc | 5 +++-- apps/http-proxy/src/IcnReceiver.cc | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/higet/higet.cc b/apps/higet/higet.cc index fcb0cc540..2aa42e460 100644 --- a/apps/higet/higet.cc +++ b/apps/higet/higet.cc @@ -20,10 +20,11 @@ #include #include -#ifndef ASIO_STANDALONE #define ASIO_STANDALONE #include -#endif +#undef ASIO_STANDALONE + +#include typedef std::chrono::time_point Time; typedef std::chrono::milliseconds TimeDuration; diff --git a/apps/http-proxy/src/IcnReceiver.cc b/apps/http-proxy/src/IcnReceiver.cc index cc47e2ed4..24b0eb5dc 100644 --- a/apps/http-proxy/src/IcnReceiver.cc +++ b/apps/http-proxy/src/IcnReceiver.cc @@ -16,8 +16,10 @@ #include "IcnReceiver.h" #include "HTTP1.xMessageFastParser.h" +#include #include #include +#include #include #include -- cgit 1.2.3-korg