1
0
Fork 0
mirror of https://github.com/hyprwm/Hyprland synced 2025-03-02 13:02:08 +01:00

Fix missing include needed by clang

This commit is contained in:
Serenity Braesch 2024-08-24 01:53:08 -06:00 committed by Mihai Fufezan
parent 09dbcabcc7
commit eb42adc4c0

View file

@ -1,3 +1,4 @@
#include <algorithm>
#include <cstring>
#include <dirent.h>
#include <filesystem>