Skip to content

Commit

Permalink
fix GH build problem with QtSLiM
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaller committed Aug 12, 2023
1 parent 769676c commit 6ca7d00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions QtSLiM/QtSLiMScriptTextEdit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
#include "subpopulation.h"
#include "eidos_interpreter.h"
#include "interaction_type.h"
#include "eidos_sorting.h"


//
Expand Down
2 changes: 2 additions & 0 deletions eidos/eidos.pro
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ SOURCES += \
eidos_property_signature.cpp \
eidos_rng.cpp \
eidos_script.cpp \
eidos_sorting.cpp \
eidos_symbol_table.cpp \
eidos_test.cpp \
eidos_test_functions_math.cpp \
Expand Down Expand Up @@ -123,6 +124,7 @@ HEADERS += \
eidos_property_signature.h \
eidos_rng.h \
eidos_script.h \
eidos_sorting.h \
eidos_symbol_table.h \
eidos_test_builtins.h \
eidos_test.h \
Expand Down

0 comments on commit 6ca7d00

Please sign in to comment.