From f5e89a64838678d859d662abd1f41871c1347f62 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Fri, 30 Aug 2024 16:12:01 -0500 Subject: [PATCH] specify include folder for boe.newgraph.hpp --- src/tools/replay.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/replay.hpp b/src/tools/replay.hpp index 35fd96ec..5faaf6b1 100644 --- a/src/tools/replay.hpp +++ b/src/tools/replay.hpp @@ -7,7 +7,7 @@ #include #include "location.hpp" #include "dialogxml/keycodes.hpp" -#include "boe.newgraph.hpp" +#include "game/boe.newgraph.hpp" // Input recording system namespace ticpp { class Element; }