Skip to content

Commit

Permalink
Switched to base program_options include for compatibility purposes.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed Jun 15, 2024
1 parent 4f875bc commit 99f72f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <memory>
#include <stdexcept>

#include <boost/program_options/errors.hpp>
#include <boost/program_options.hpp>

#include "application/application.hpp"

Expand Down

0 comments on commit 99f72f2

Please sign in to comment.