Fixed header files for boost 1.85.0

This commit is contained in:
Patrick Dähne 2024-04-26 15:34:12 +02:00 committed by myrtle
parent edcafcf085
commit f085950383
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
*/
#include <assert.h>
#include <boost/filesystem/convenience.hpp>
#include <boost/filesystem/path.hpp>
#include <boost/program_options.hpp>
#include <iostream>
#include <map>

View File

@ -29,7 +29,7 @@
#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/join.hpp>
#include <boost/filesystem/convenience.hpp>
#include <boost/filesystem/path.hpp>
#include <boost/program_options.hpp>
#include <fstream>
#include <iostream>