mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-15 12:45:59 +01:00
protocol: fix missing include
This commit is contained in:
parent
968f6a6013
commit
f6387536f6
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||||
|
|
Loading…
Reference in a new issue