From 6ca7d0094d81a7e94e3e064137de0bd884552439 Mon Sep 17 00:00:00 2001 From: Ben Haller Date: Sat, 12 Aug 2023 18:23:29 -0400 Subject: [PATCH] fix GH build problem with QtSLiM --- QtSLiM/QtSLiMScriptTextEdit.cpp | 1 + eidos/eidos.pro | 2 ++ 2 files changed, 3 insertions(+) diff --git a/QtSLiM/QtSLiMScriptTextEdit.cpp b/QtSLiM/QtSLiMScriptTextEdit.cpp index ee9a05115..38b0c44e5 100644 --- a/QtSLiM/QtSLiMScriptTextEdit.cpp +++ b/QtSLiM/QtSLiMScriptTextEdit.cpp @@ -57,6 +57,7 @@ #include "subpopulation.h" #include "eidos_interpreter.h" #include "interaction_type.h" +#include "eidos_sorting.h" // diff --git a/eidos/eidos.pro b/eidos/eidos.pro index 31aedbd67..e8a159cf0 100644 --- a/eidos/eidos.pro +++ b/eidos/eidos.pro @@ -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 \ @@ -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 \