diff --git a/tests/test_env_detect.cpp b/tests/test_env_detect.cpp index fc522f8e64a2..71c91ddf913f 100644 --- a/tests/test_env_detect.cpp +++ b/tests/test_env_detect.cpp @@ -1,7 +1,7 @@ #include "cpu.h" -#include -#include -#include +#include +#include +#include // Improved version of is_option_disabled function that doesn't modify the original string bool is_option_disabled(const char* options, const char* option)