Fix appveyor build
authorianfab <ianfab@users.noreply.github.com>
Sun, 8 Jul 2018 07:51:02 +0000 (09:51 +0200)
committerianfab <ianfab@users.noreply.github.com>
Sun, 8 Jul 2018 07:52:39 +0000 (09:52 +0200)
Explicitly include <functional> for std::greater.

src/position.h
src/variant.h

index 1079764..e225bf7 100644 (file)
@@ -25,6 +25,7 @@
 #include <deque>
 #include <memory> // For std::unique_ptr
 #include <string>
+#include <functional>
 
 #include "bitboard.h"
 #include "types.h"
index 82f695d..ab58036 100644 (file)
@@ -25,6 +25,7 @@
 #include <map>
 #include <vector>
 #include <string>
+#include <functional>
 
 #include "types.h"
 #include "bitboard.h"