mirror of https://github.com/AxioDL/boo.git
Add <optional> include to ApplicationXlib.hpp
This commit is contained in:
parent
c4bb325d05
commit
f4b1e12956
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue