From 6744952e310e828ea29adeabd58b281cf2172c2f Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 25 Nov 2021 23:52:10 +0000 Subject: Include stb directly --- game/terrain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'game') diff --git a/game/terrain.cpp b/game/terrain.cpp index ed8bca5..a7dd334 100644 --- a/game/terrain.cpp +++ b/game/terrain.cpp @@ -9,7 +9,7 @@ #include #include #include -#include +#include Terrain::Terrain() : grass {Texture::cachedTexture.get("grass.png")}, water {Texture::cachedTexture.get("water.png")} { -- cgit v1.2.3