mime-object: add missing include

This commit is contained in:
Dirk-Jan C. Binnema
2023-02-23 18:38:18 +02:00
parent 6da223fcb6
commit bd5ae78c49

View File

@ -24,6 +24,7 @@
#include <mutex> #include <mutex>
#include <regex> #include <regex>
#include <fcntl.h> #include <fcntl.h>
#include <sys/stat.h>
#include <errno.h> #include <errno.h>
using namespace Mu; using namespace Mu;