fix an include for xcode

This commit is contained in:
2024-08-24 13:46:22 -05:00
committed by Celtic Minstrel
parent 622ba56b2a
commit fc52f11931

View File

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