From f287bf97c3dbf703f0b069e2ccb077d9d2810dbf Mon Sep 17 00:00:00 2001 From: qnqinan Date: Fri, 10 Aug 2018 16:49:59 +0800 Subject: [PATCH] add cstring include in api.cc file --- src/io/api.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/io/api.cc b/src/io/api.cc index 2103c5317b..0e254aa15a 100644 --- a/src/io/api.cc +++ b/src/io/api.cc @@ -12,6 +12,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ +#include "cstring" #include "io/paddle_inference_api.h" namespace paddle_mobile { -- GitLab