diff --git a/src/helpers/Box.cpp b/src/helpers/Box.cpp index d3f5d36c..59578f23 100644 --- a/src/helpers/Box.cpp +++ b/src/helpers/Box.cpp @@ -1,4 +1,8 @@ #include "Box.hpp" + +#include +#include + wlr_box CBox::wlr() { CBox rounded = roundInternal(); m_bWlrBox = wlr_box{(int)rounded.x, (int)rounded.y, (int)rounded.w, (int)rounded.h};