diff options
author | John Hodge <tpg@mutabah.net> | 2017-08-20 22:15:35 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2017-08-20 22:15:35 +0800 |
commit | a99e49b7505d2912d8699d4c791b8b30c194024b (patch) | |
tree | cbd5940603be8811cf35f05e496445ec6c9c65dd /tools/minicargo/helpers.h | |
parent | 72571e39e4659cb32b82c633d45a0fcd7b8c5ffb (diff) | |
download | mrust-a99e49b7505d2912d8699d4c791b8b30c194024b.tar.gz |
minicargo - Makefile and posix_spawn
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 |