Skip to content

Commit

Permalink
Merge pull request #84 from marzoul/boost
Browse files Browse the repository at this point in the history
Boost lib no longer has convenience.hpp
  • Loading branch information
gatecat authored Oct 11, 2024
2 parents f793875 + 1e70ab1 commit 8f178fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bba/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/

#include <assert.h>
#include <boost/filesystem/convenience.hpp>
#include <boost/filesystem.hpp>
#include <boost/program_options.hpp>
#include <iostream>
#include <map>
Expand Down
2 changes: 1 addition & 1 deletion common/kernel/command.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#include <boost/algorithm/string.hpp>
#include <boost/algorithm/string/join.hpp>
#include <boost/filesystem/convenience.hpp>
#include <boost/filesystem.hpp>
#include <boost/program_options.hpp>
#include <fstream>
#include <iostream>
Expand Down

0 comments on commit 8f178fc

Please sign in to comment.