Fix deprecation of boost/progress.hpp

This commit is contained in:
Daan Kolthof 2023-04-23 19:00:57 +01:00
parent aa0a4d3c93
commit eb0ab8bd4b

View File

@ -16,7 +16,7 @@
#include <map>
#include <vector>
#include <boost/random/linear_congruential.hpp>
#include <boost/progress.hpp>
#include <boost/timer/progress_display.hpp>
#include <boost/shared_ptr.hpp>
using namespace boost;