From 68c7bef33e74f23aa0136ccd6f7faa654d671ebc Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期五, 21 五月 2021 09:23:01 +0800
Subject: [PATCH] center publish notify; fix topic partial match.

---
 utest/util.h |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/utest/util.h b/utest/util.h
index 61e5b11..23463e2 100644
--- a/utest/util.h
+++ b/utest/util.h
@@ -22,7 +22,6 @@
 #include "bh_util.h"
 #include "shm.h"
 #include "topic_node.h"
-#include <boost/date_time/posix_time/posix_time.hpp>
 #include <boost/noncopyable.hpp>
 #include <boost/test/unit_test.hpp>
 #include <boost/timer/timer.hpp>
@@ -34,8 +33,8 @@
 #include <thread>
 #include <vector>
 
-using namespace boost::posix_time;
 using namespace std::chrono_literals;
+using namespace std::chrono;
 
 template <class D>
 inline void Sleep(D d, bool print = true)

--
Gitblit v1.8.0