add missing include (#56)

This commit is contained in:
qurious-pixel 2023-11-01 14:39:36 -07:00 committed by GitHub
parent f6c2cf05d3
commit 3464f50eb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@
#include <chrono>
#include <cstddef>
#include <mutex>
#include <span>
#include <thread>
struct NotificationFile : orbis::File {};