diff options
| author | SemperVinco <w.deweijer@hotmail.com> | 2017-03-03 12:38:33 +0100 |
|---|---|---|
| committer | SemperVinco <w.deweijer@hotmail.com> | 2017-03-03 12:38:33 +0100 |
| commit | 1a6842e9a3a0c4da7357f9efa002e5041f27f2eb (patch) | |
| tree | 6a5b85bdfa17d06749288d90ecc8f7bdd26b5520 | |
| parent | bae2ab6cab8a0889568d3999954e45aa28bd9b85 (diff) | |
include cstring
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | world.h | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,4 @@ *.o sim *.exe +*.stackdump
\ No newline at end of file @@ -2,6 +2,7 @@ #include <iostream> #include <string> +#include <cstring> #include <array> #include <vector> #include <cstdint> |
