diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2023-12-08 07:36:54 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2023-12-08 07:36:54 -0500 |
| commit | 838df109b72265d4ac2606112086ff6c12d73eca (patch) | |
| tree | 018d845b16809790f49b675f7b76a054f136530e | |
| parent | 6118684992543889486716f59e3f25da4372745a (diff) | |
missing include
| -rw-r--r-- | src/game.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index 5166ad0..80cc593 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -22,6 +22,7 @@ #include <cstring> #include <iomanip> #include <ostream> +#include <fstream> #include <thread> const long readLineLength = 128; |
