Skip to content

Commit

Permalink
fix include path in example/bmark program
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Aug 30, 2022
1 parent 2ee0e71 commit 1bb98f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp_neutral_benchmark/cpp_neutral_benchmark.cc
Expand Up @@ -12,7 +12,7 @@
#include <fwdpy11/evolvets/SampleRecorder.hpp>
#include <fwdpy11/evolvets/recorders.hpp>
#include <fwdpy11/rng.hpp>
#include "../fwdpy11/src/evolve_population/evolvets.hpp"
#include <core/evolve_discrete_demes/evolvets.hpp>
#include <boost/program_options.hpp>

namespace po = boost::program_options;
Expand Down

0 comments on commit 1bb98f2

Please sign in to comment.