From b7ed93cd0229c1770220469c2f20b6b23165f7d0 Mon Sep 17 00:00:00 2001 From: Twan van Laarhoven Date: Sat, 25 Apr 2020 22:22:15 +0200 Subject: [PATCH] Remove dependency on boost::random, since that is now in std --- README.md | 3 +-- src/data/pack.hpp | 6 +++--- src/gui/set/random_pack_panel.cpp | 1 - 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8a521021..9bd703c7 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,8 @@ On windows, the program can be compiled with Visual Studio (recommended) or with vcpkg install wxwidgets vcpkg install boost-smart-ptr vcpkg install boost-regex -vcpkg install hunspell -vcpkg install boost-random vcpkg install boost-logic +vcpkg install hunspell vcpkg integrate install ```` * Then just use "Open Folder" from inside visual studio to open the Magic Set Editor source code root folder. diff --git a/src/data/pack.hpp b/src/data/pack.hpp index 902711a7..e6b237f2 100644 --- a/src/data/pack.hpp +++ b/src/data/pack.hpp @@ -12,8 +12,8 @@ #include #include #include