vcpkg/ports/autodock-vina/fix-compatibility-with-boost-1.85.patch
Alexander Neumann cbf4a66415
[Boost] Update to 1.85 (#38523)
closes #38201
supersedes #38237

Lets see if I forgot to cherry pick something.

---------

Co-authored-by: Yury Bura <yurybura@gmail.com>
2024-05-09 20:29:06 -07:00

31 lines
1.1 KiB
Diff

src/lib/vina.h | 2 +-
src/split/split.cpp | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/lib/vina.h b/src/lib/vina.h
index a44cf9b..daed498 100644
--- a/src/lib/vina.h
+++ b/src/lib/vina.h
@@ -35,7 +35,7 @@
#include <boost/program_options.hpp>
#include <boost/filesystem/fstream.hpp>
#include <boost/filesystem/exception.hpp>
-#include <boost/filesystem/convenience.hpp> // filesystem::basename
+#include <boost/filesystem/operations.hpp> // filesystem::basename
#include <boost/thread/thread.hpp> // hardware_concurrency // FIXME rm ?
#include <boost/algorithm/string.hpp>
//#include <openbabel/mol.h>
diff --git a/src/split/split.cpp b/src/split/split.cpp
index b42e78a..daee547 100644
--- a/src/split/split.cpp
+++ b/src/split/split.cpp
@@ -30,7 +30,7 @@
#include <boost/program_options.hpp>
#include <boost/filesystem/fstream.hpp>
#include <boost/filesystem/exception.hpp>
-#include <boost/filesystem/convenience.hpp> // filesystem::basename
+#include <boost/filesystem/operations.hpp> // filesystem::basename
#include "file.h"
#include "parse_error.h"