From 3146f86a8a3291290c2d76f628059f3a5c29258f Mon Sep 17 00:00:00 2001 From: Luca Saiu Date: Wed, 25 Aug 2021 14:43:01 +0200 Subject: [PATCH] include the C header string.h from a C++ source using strerror --- src/pEpSQLite.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pEpSQLite.cc b/src/pEpSQLite.cc index dddc13c..23dd96d 100644 --- a/src/pEpSQLite.cc +++ b/src/pEpSQLite.cc @@ -4,6 +4,7 @@ #include #include #include +#include using namespace std;