diff --git a/dbal/cpp/src/entities/page/index.hpp b/dbal/cpp/src/entities/page/index.hpp index 3142859c5..d4af1a6c1 100644 --- a/dbal/cpp/src/entities/page/index.hpp +++ b/dbal/cpp/src/entities/page/index.hpp @@ -7,6 +7,7 @@ #include "crud/create_page.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"