Fix for Boost 1.79

This commit is contained in:
Takamichi Horikawa 2022-07-31 15:58:10 +09:00
parent 8704ff3756
commit b6a68b59e9
No known key found for this signature in database
GPG Key ID: F87052EA03D11420
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include <chrono>
#include <iostream>
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
namespace fs = boost::filesystem;
namespace po = boost::program_options;