Browse Source

finalize jsoncpp include fix

Missingmew 5 năm trước cách đây
mục cha
commit
206db9afae
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      cli/include/iomanager.hpp

+ 1 - 1
cli/include/iomanager.hpp

@@ -5,7 +5,7 @@
 
 #include <string>
 #include <boost/asio.hpp>
-#include <jsoncpp/json/json.h>
+#include <json/json.h>
 
 using boost::asio::ip::tcp;