includes: fix box headers (#3771)

This commit is contained in:
Brett Alcox
2023-11-05 11:32:27 -06:00
committed by GitHub
parent 600a128f83
commit a122271f09
2 changed files with 3 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
#pragma once
#include <wlr/util/box.h>
#include "Vector2D.hpp"
#include "../SharedDefs.hpp"
#include "../includes.hpp"
class CBox {
public:
@@ -77,4 +77,4 @@ class CBox {
CBox roundInternal();
wlr_box m_bWlrBox;
};
};