From: Emil Velikov <[email protected]> It's a problem waiting to happen. Individual headers should be annotated if needed.
Signed-off-by: Emil Velikov <[email protected]> --- src/compiler/nir/nir.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index d92e6eb110..a110b816f0 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -40,6 +40,10 @@ #include "compiler/shader_info.h" #include <stdio.h> +#ifdef DEBUG +#include "util/debug.h" +#endif /* DEBUG */ + #include "nir_opcodes.h" #ifdef __cplusplus @@ -2279,7 +2283,6 @@ void nir_validate_shader(nir_shader *shader); void nir_metadata_set_validation_flag(nir_shader *shader); void nir_metadata_check_validation_flag(nir_shader *shader); -#include "util/debug.h" static inline bool should_clone_nir(void) { -- 2.11.0 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
