diff --git a/include/components/builder.hpp b/include/components/builder.hpp index 50b73320..8083005d 100644 --- a/include/components/builder.hpp +++ b/include/components/builder.hpp @@ -4,7 +4,6 @@ #include "components/config.hpp" #include "components/types.hpp" #include "config.hpp" -#include "drawtypes/label.hpp" POLYBAR_NS @@ -14,6 +13,14 @@ POLYBAR_NS #define BUILDER_SPACE_TOKEN "%__" #endif +// fwd decl +namespace drawtypes { + class label; + using label_t = shared_ptr