Skip to content

Commit

Permalink
Fix missing header include
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed May 7, 2024
1 parent a8283ab commit 6725585
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/genesis/population/filter/filter_status.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
Contact:
Lucas Czech <[email protected]>
Department of Plant Biology, Carnegie Institution For Science
260 Panama Street, Stanford, CA 94305, USA
Lucas Czech <[email protected]>
University of Copenhagen, Globe Institute, Section for GeoGenetics
Oster Voldgade 5-7, 1350 Copenhagen K, Denmark
*/

/**
Expand All @@ -33,6 +33,7 @@

#include <cstdint>
#include <stdexcept>
#include <string>

namespace genesis {
namespace population {
Expand Down

0 comments on commit 6725585

Please sign in to comment.