From cad330da28e9b8e834fbffdcbbc26c6ccb7da6a7 Mon Sep 17 00:00:00 2001 From: qicosmos Date: Wed, 26 Aug 2020 16:20:06 +0800 Subject: [PATCH] fix compile error --- examples/client/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/client/main.cpp b/examples/client/main.cpp index bca4059..4cc54b7 100644 --- a/examples/client/main.cpp +++ b/examples/client/main.cpp @@ -2,7 +2,6 @@ #include #include #include -#include "codec.h" using namespace rest_rpc; using namespace rest_rpc::rpc_service;