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){}