spirv/vtn_cfg.c: Include util/debug.h for env_var_as_boolean.

Fixes https://gitlab.freedesktop.org/mesa/mesa/-/issues/3414

Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6331>
This commit is contained in:
orbea
2020-08-14 22:38:56 -07:00
committed by Marge Bot
parent 430e3310e2
commit a76423e481

View File

@@ -24,6 +24,7 @@
#include "vtn_private.h"
#include "spirv_info.h"
#include "nir/nir_vla.h"
#include "util/debug.h"
static struct vtn_block *
vtn_block(struct vtn_builder *b, uint32_t value_id)