Add <optional> include to ApplicationXlib.hpp

This commit is contained in:
Luke Street 2021-05-20 01:38:35 -04:00
parent c4bb325d05
commit f4b1e12956
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ DBusConnection* RegisterDBus(const char* appName, bool& isFirst);
#include <mutex>
#include <sys/param.h>
#include <thread>
#include <optional>
#include "XlibCommon.hpp"
#include <X11/cursorfont.h>