summaryrefslogtreecommitdiff
path: root/game
diff options
context:
space:
mode:
Diffstat (limited to 'game')
-rw-r--r--game/network/network.cpp1
-rw-r--r--game/terrain.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/game/network/network.cpp b/game/network/network.cpp
index 47e51e2..f59fe1e 100644
--- a/game/network/network.cpp
+++ b/game/network/network.cpp
@@ -2,6 +2,7 @@
#include "routeWalker.h"
#include <array>
#include <cache.h>
+#include <filesystem>
#include <game/network/link.h>
#include <gfx/models/texture.h>
#include <initializer_list>
diff --git a/game/terrain.cpp b/game/terrain.cpp
index 4c902ef..3089f3a 100644
--- a/game/terrain.cpp
+++ b/game/terrain.cpp
@@ -2,6 +2,7 @@
#include "gfx/models/texture.h"
#include <cache.h>
#include <cstddef>
+#include <filesystem>
#include <gfx/gl/shader.h>
#include <gfx/image.h>
#include <gfx/models/mesh.h>