fix linters for css_reload_helper.cpp

This commit is contained in:
bilaliscarioth 2025-07-13 14:03:09 +02:00 committed by GitHub
parent f91889ce1c
commit 682fc34c1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,9 +5,9 @@
#ifndef __OpenBSD__
#include <sys/inotify.h>
#else
#include <sys/types.h>
#include <sys/event.h>
#include <sys/time.h>
#include <sys/types.h>
#endif
#include <filesystem>