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