Add missing <optional> include for GCC 11

This commit is contained in:
Robbert van der Helm
2021-04-14 17:09:24 +02:00
parent 4937010557
commit 6746b2b924
+2
View File
@@ -16,6 +16,8 @@
#pragma once
#include <optional>
#ifdef __WINE__
#include "../wine-host/boost-fix.h"
#endif