diff options
author | Vinson Lee <[email protected]> | 2011-01-04 01:01:18 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2011-01-04 01:01:18 -0800 |
commit | f67dad7b8248a35fa1344db7619be2970fa1e6e6 (patch) | |
tree | 26f87f50d4af85aec24735f288c6d4513fd9618a /src/gallium/drivers/llvmpipe/lp_perf.h | |
parent | c72eb72ca69f29d0a1eb97f4064a199338a380de (diff) |
llvmpipe: Include p_compiler.h in lp_perf.h.
Include p_compiler.h for int64_t symbol.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_perf.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_perf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_perf.h b/src/gallium/drivers/llvmpipe/lp_perf.h index b23a100b873..455adf7d6f8 100644 --- a/src/gallium/drivers/llvmpipe/lp_perf.h +++ b/src/gallium/drivers/llvmpipe/lp_perf.h @@ -33,6 +33,7 @@ #ifndef LP_PERF_H #define LP_PERF_H +#include "pipe/p_compiler.h" /** * Various counters |