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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

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

View file

@ -105,6 +105,7 @@ extern "C" {
#include <wlr/types/wlr_idle_notify_v1.h> #include <wlr/types/wlr_idle_notify_v1.h>
#include <wlr/types/wlr_cursor_shape_v1.h> #include <wlr/types/wlr_cursor_shape_v1.h>
#include <wlr/types/wlr_tearing_control_v1.h> #include <wlr/types/wlr_tearing_control_v1.h>
#include <wlr/util/box.h>
#include <libdrm/drm_fourcc.h> #include <libdrm/drm_fourcc.h>