From 5fb901dd157b4a8bbfc3be916c6c1a9d02b5bfa6 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期日, 29 一月 2023 09:56:56 +0800
Subject: [PATCH] robust
---
main.cpp | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/main.cpp b/main.cpp
index bcc2f7c..5982b67 100644
--- a/main.cpp
+++ b/main.cpp
@@ -4,13 +4,14 @@
#include <string>
#include <thread>
#include <memory>
-using namespace std;
#include "cbhomeclient.h"
#include "message.h"
// #include "3rdparty/bus_nng/bn_api.h"
#include "bhome_msg_api.pb.h"
+
+using namespace std;
using namespace bhome_msg;
template <class F> void ignoref(F&& f){}
--
Gitblit v1.8.0