Browse Source

include the C header string.h from a C++ source using strerror

lucasaiu/message-struct-change
Luca Saiu 4 years ago
parent
commit
3146f86a8a
  1. 1
      src/pEpSQLite.cc

1
src/pEpSQLite.cc

@ -4,6 +4,7 @@
#include <cstdio>
#include <stdexcept>
#include <string>
#include <string.h>
using namespace std;

Loading…
Cancel
Save