Skip to content

Commit 289c666

Browse files
committed
Added #include <optional>
1 parent 79be551 commit 289c666

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/games/gametree.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <iostream>
2424
#include <algorithm>
2525
#include <numeric>
26+
#include <optional>
2627

2728
#include "gambit.h"
2829
#include "gametree.h"

0 commit comments

Comments
 (0)