specify include folder for boe.newgraph.hpp

This commit is contained in:
2024-08-30 16:12:01 -05:00
committed by Celtic Minstrel
parent 342ec3a17e
commit f5e89a6483

View File

@@ -7,7 +7,7 @@
#include <boost/filesystem.hpp>
#include "location.hpp"
#include "dialogxml/keycodes.hpp"
#include "boe.newgraph.hpp"
#include "game/boe.newgraph.hpp"
// Input recording system
namespace ticpp { class Element; }