protocol: fix missing include

This commit is contained in:
Trianta 2024-09-30 00:15:25 -05:00 committed by Mihai Fufezan
parent 968f6a6013
commit f6387536f6

View file

@ -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());