diff --git a/pipeline/includes/json_handling/json_loader.h b/pipeline/includes/json_handling/json_loader.h index 4f2ec7d..e3b2dcc 100644 --- a/pipeline/includes/json_handling/json_loader.h +++ b/pipeline/includes/json_handling/json_loader.h @@ -4,7 +4,7 @@ #include #include -#include "models/location.h" +#include "data_model/location.h" /// @brief Loads curated world locations from a JSON file into memory. class JsonLoader {