mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-09-01 20:33:49 -07:00
protocol: fix missing include
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
#include "SinglePixel.hpp"
|
#include "SinglePixel.hpp"
|
||||||
#include <limits>
|
#include <limits>
|
||||||
|
#include "render/Renderer.hpp"
|
||||||
|
|
||||||
CSinglePixelBuffer::CSinglePixelBuffer(uint32_t id, wl_client* client, CColor col_) {
|
CSinglePixelBuffer::CSinglePixelBuffer(uint32_t id, wl_client* client, CColor col_) {
|
||||||
LOGM(LOG, "New single-pixel buffer with color 0x{:x}", col_.getAsHex());
|
LOGM(LOG, "New single-pixel buffer with color 0x{:x}", col_.getAsHex());
|
||||||
|
Reference in New Issue
Block a user