mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
cbf4a66415
closes #38201 supersedes #38237 Lets see if I forgot to cherry pick something. --------- Co-authored-by: Yury Bura <yurybura@gmail.com>
31 lines
1.1 KiB
Diff
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"
|