From c07479222aa722158ef4156a56a37c0062f48fa3 Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Tue, 18 Mar 2025 10:01:59 +0100 Subject: [PATCH] Compile fix --- include/openspace/documentation/verifier.inl | 1 + tests/property/test_property_optionproperty.cpp | 2 +- tests/property/test_property_selectionproperty.cpp | 2 +- tests/regression/517.cpp | 2 +- tests/test_profile.cpp | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/include/openspace/documentation/verifier.inl b/include/openspace/documentation/verifier.inl index 9e32fdd4f7..2f4fc5364b 100644 --- a/include/openspace/documentation/verifier.inl +++ b/include/openspace/documentation/verifier.inl @@ -22,6 +22,7 @@ * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * ****************************************************************************************/ +#include #include #include #include diff --git a/tests/property/test_property_optionproperty.cpp b/tests/property/test_property_optionproperty.cpp index ca3fb646d7..afcdf1e2cd 100644 --- a/tests/property/test_property_optionproperty.cpp +++ b/tests/property/test_property_optionproperty.cpp @@ -24,7 +24,7 @@ #include -#include +#include TEST_CASE("OptionProperty: No Option", "[optionproperty]") { const openspace::properties::OptionProperty p({ "id", "gui", "desc" }); diff --git a/tests/property/test_property_selectionproperty.cpp b/tests/property/test_property_selectionproperty.cpp index 9812e01bcd..0b0235c722 100644 --- a/tests/property/test_property_selectionproperty.cpp +++ b/tests/property/test_property_selectionproperty.cpp @@ -24,7 +24,7 @@ #include -#include +#include #include #include #include diff --git a/tests/regression/517.cpp b/tests/regression/517.cpp index 913544064c..ec160d314f 100644 --- a/tests/regression/517.cpp +++ b/tests/regression/517.cpp @@ -24,7 +24,7 @@ #include -#include +#include TEST_CASE("Regression: 527", "[regression]") { // Error in OptionProperty if values not starting at 0 are used diff --git a/tests/test_profile.cpp b/tests/test_profile.cpp index 86e1adfe11..abfcc17da3 100644 --- a/tests/test_profile.cpp +++ b/tests/test_profile.cpp @@ -27,8 +27,8 @@ #include #include +#include #include -#include #include #include #include