mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-12-23 15:42:12 +03:00
protocol: fix missing include
This commit is contained in:
parent
968f6a6013
commit
f6387536f6
@ -1,5 +1,6 @@
|
||||
#include "SinglePixel.hpp"
|
||||
#include <limits>
|
||||
#include "render/Renderer.hpp"
|
||||
|
||||
CSinglePixelBuffer::CSinglePixelBuffer(uint32_t id, wl_client* client, CColor col_) {
|
||||
LOGM(LOG, "New single-pixel buffer with color 0x{:x}", col_.getAsHex());
|
||||
|
Loading…
Reference in New Issue
Block a user