diff options
Diffstat (limited to 'tools/minicargo/helpers.h')
-rw-r--r-- | tools/minicargo/helpers.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/minicargo/helpers.h b/tools/minicargo/helpers.h index 35e791f1..f2679ef4 100644 --- a/tools/minicargo/helpers.h +++ b/tools/minicargo/helpers.h @@ -1,6 +1,7 @@ #pragma once #include <string> +#include <cstring> namespace helpers { @@ -274,4 +275,4 @@ public: } }; -} // namespace helpers
\ No newline at end of file +} // namespace helpers |