aboutsummaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-06-12 13:49:04 +0200
committerHampusM <hampus@hampusmat.com>2022-06-13 17:57:01 +0200
commit09ebfa21311e9e8bcf24bb59784574ede0557ef4 (patch)
tree26b071a80d1645719f500f8f9270dfd1aa9ce6bd /src/game
parent927e065f9829045247be7c0b3296408b6f577c1f (diff)
refactor: add include <filesystem> in game.cpp
Diffstat (limited to 'src/game')
-rw-r--r--src/game/game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/game.cpp b/src/game/game.cpp
index 8d15b86..f0df83b 100644
--- a/src/game/game.cpp
+++ b/src/game/game.cpp
@@ -14,6 +14,7 @@
#include <algorithm>
#include <cstdlib>
+#include <filesystem>
#include <iostream>
#include <utility>