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
1 changed files with 1 additions and 0 deletions

View File

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