aboutsummaryrefslogtreecommitdiffstats
path: root/apps/higet/higet.cc
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2020-02-21 11:52:28 +0100
committerMauro Sardara <msardara@cisco.com>2020-02-26 13:19:16 +0100
commitf4433f28b509a9f67ca85d79000ccf9c2f4b7a24 (patch)
tree0f754bc9d8222f3ace11849165753acd85be3b38 /apps/higet/higet.cc
parent0e7669445b6be1163189521eabed7dd0124043c8 (diff)
[HICN-534] Major rework on libtransport organization
Change-Id: I361b83a18b4fd59be136d5f0817fc28e17e89884 Signed-off-by: Mauro Sardara <msardara@cisco.com>
Diffstat (limited to 'apps/higet/higet.cc')
-rw-r--r--apps/higet/higet.cc5
1 files changed, 3 insertions, 2 deletions
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 <experimental/algorithm>
#include <experimental/functional>
-#ifndef ASIO_STANDALONE
#define ASIO_STANDALONE
#include <asio.hpp>
-#endif
+#undef ASIO_STANDALONE
+
+#include <thread>
typedef std::chrono::time_point<std::chrono::system_clock> Time;
typedef std::chrono::milliseconds TimeDuration;