Skip to content

Commit 879f4f5

Browse files
committed
fix CI build errors
1 parent a22b62b commit 879f4f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/haplosome.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class Species;
6060
class Population;
6161
class Subpopulation;
6262
class Individual;
63+
class Individual_Class;
6364
class HaplosomeWalker;
6465
class MutationBlock;
6566

@@ -459,6 +460,7 @@ class Haplosome : public EidosObject
459460
friend Subpopulation;
460461
friend Chromosome;
461462
friend Individual;
463+
friend Individual_Class;
462464
friend HaplosomeWalker;
463465
};
464466

0 commit comments

Comments
 (0)