diff --git a/dbal/cpp/src/entities/page/index.hpp b/dbal/cpp/src/entities/page/index.hpp index d42ffcd96..d4af1a6c1 100644 --- a/dbal/cpp/src/entities/page/index.hpp +++ b/dbal/cpp/src/entities/page/index.hpp @@ -6,8 +6,8 @@ #define DBAL_PAGE_INDEX_HPP #include "crud/create_page.hpp" -#include "crud/get_page.hpp" -#include "crud/get_page_by_slug.hpp" +#include "crud/get/get_page.hpp" +#include "crud/get/get_page_by_slug.hpp" #include "crud/update_page.hpp" #include "crud/delete_page.hpp" #include "crud/list_pages.hpp"