--- Util/Compiler.hpp.orig 2024-02-12 08:08:33 UTC +++ Util/Compiler.hpp @@ -1,7 +1,7 @@ #ifndef COMPILER_H_ #define COMPILER_H_ -#ifdef __GNUC__ +#if defined(__GNUC__) && !defined(__clang__) #include // We need a GCC patch here due the following bug //