diff options
author | Jose Fonseca <[email protected]> | 2015-06-12 12:13:41 +0100 |
---|---|---|
committer | Jose Fonseca <[email protected]> | 2015-06-12 12:14:11 +0100 |
commit | 0dde821bcc96c579ac1f26e26fc03ca117caa377 (patch) | |
tree | b64e19704aed5e4720e40c65586935952623c2e8 /src/gallium/drivers/trace/tr_public.h | |
parent | 8d3c48eed24f351c86361707978647c78010bb7f (diff) |
trace: Add missing p_compiler.h include.
For boolean.
Trivial.
Diffstat (limited to 'src/gallium/drivers/trace/tr_public.h')
-rw-r--r-- | src/gallium/drivers/trace/tr_public.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/trace/tr_public.h b/src/gallium/drivers/trace/tr_public.h index aee4937dd4f..b03133f8d97 100644 --- a/src/gallium/drivers/trace/tr_public.h +++ b/src/gallium/drivers/trace/tr_public.h @@ -28,6 +28,8 @@ #ifndef TR_PUBLIC_H #define TR_PUBLIC_H +#include "pipe/p_compiler.h" + #ifdef __cplusplus extern "C" { #endif |