From 57854d5813cc5b233b1183ca9d2a5d2938ff814f Mon Sep 17 00:00:00 2001
From: Yann Dirson <ydirson@free.fr>
Date: Wed, 8 Jul 2020 00:35:41 +0200
Subject: [PATCH 08/11] Fix build with boost 1.67

---
 full/osl/game_playing/weightTracer.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/full/osl/game_playing/weightTracer.cc b/full/osl/game_playing/weightTracer.cc
index feb0c79ac..83c689e6d 100644
--- a/full/osl/game_playing/weightTracer.cc
+++ b/full/osl/game_playing/weightTracer.cc
@@ -5,7 +5,7 @@
 #include "osl/book/openingBook.h"
 #include "osl/csa.h"
 #include "osl/random.h"
-#include <boost/utility.hpp>
+#include <boost/next_prior.hpp>
 #include <iostream>
 #include <ctime>
 #ifdef _WIN32
-- 
2.33.0

