fix include

This commit is contained in:
Aaron Po
2026-04-08 21:24:59 -04:00
parent a7cbf7507f
commit a6e2ea21d0

View File

@@ -4,7 +4,7 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include "models/location.h" #include "data_model/location.h"
/// @brief Loads curated world locations from a JSON file into memory. /// @brief Loads curated world locations from a JSON file into memory.
class JsonLoader { class JsonLoader {