Skip to content

Commit 44b322f

Browse files
committed
Remember to include optional
1 parent aa3653e commit 44b322f

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/gui/dlefgreveal.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
2121
//
2222

23+
#include <optional>
24+
2325
#include <wx/wxprec.h>
2426
#ifndef WX_PRECOMP
2527
#include <wx/wx.h>

src/gui/gameframe.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
//
2222

2323
#include <fstream>
24+
#include <optional>
2425

2526
#include <wx/wxprec.h>
2627
#ifndef WX_PRECOMP

0 commit comments

Comments
 (0)