diff options
Diffstat (limited to 'libbridge/src/main/cpp/helpers.cpp')
| -rw-r--r-- | libbridge/src/main/cpp/helpers.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbridge/src/main/cpp/helpers.cpp b/libbridge/src/main/cpp/helpers.cpp index ffb96f2..064ce36 100644 --- a/libbridge/src/main/cpp/helpers.cpp +++ b/libbridge/src/main/cpp/helpers.cpp @@ -8,6 +8,7 @@ #include "helpers.hpp" #include <set> #include <sstream> +#include <cstring> const char* vectorToString(const std::vector<std::string>& vec, const std::string separator) { // Concatenate all strings in the vector |
