mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-17 21:13:48 -07:00
box: add missing include
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
#include "Box.hpp"
|
#include "Box.hpp"
|
||||||
|
|
||||||
|
#include <limits>
|
||||||
|
#include <algorithm>
|
||||||
|
|
||||||
wlr_box CBox::wlr() {
|
wlr_box CBox::wlr() {
|
||||||
CBox rounded = roundInternal();
|
CBox rounded = roundInternal();
|
||||||
m_bWlrBox = wlr_box{(int)rounded.x, (int)rounded.y, (int)rounded.w, (int)rounded.h};
|
m_bWlrBox = wlr_box{(int)rounded.x, (int)rounded.y, (int)rounded.w, (int)rounded.h};
|
||||||
|
Reference in New Issue
Block a user