diff --git a/rts/System/Ecs/EcsMain.h b/rts/System/Ecs/EcsMain.h index 58636a473d..7789fd1452 100644 --- a/rts/System/Ecs/EcsMain.h +++ b/rts/System/Ecs/EcsMain.h @@ -12,7 +12,7 @@ #define ENTT_USE_ATOMIC -#include "lib/entt/entt.hpp" +#include "lib/entt/src/entt/entt.hpp" // class EcsMain { // public: