mirror of
https://github.com/hyprwm/hyprpicker.git
synced 2026-05-08 21:18:02 +02:00
fix: add missing include <mutex> for gcc-16
This commit is contained in:
parent
345eab2d70
commit
a8bfeebceb
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <mutex>
|
||||
|
||||
#include "defines.hpp"
|
||||
#include "helpers/LayerSurface.hpp"
|
||||
#include "helpers/PoolBuffer.hpp"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue