diff options
| -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>  | 
