From: Lionel Landwerlin Date: Sat, 28 Jul 2018 18:11:56 +0000 (+0100) Subject: intel: common: add missing stdint include X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=02ebc064eaad850766cdda06ae41626aadc7d444;p=mesa.git intel: common: add missing stdint include Reviewed-by: Eric Engestrom --- diff --git a/src/intel/common/gen_gem.h b/src/intel/common/gen_gem.h index 7dd9ae6d548..8df2c249e48 100644 --- a/src/intel/common/gen_gem.h +++ b/src/intel/common/gen_gem.h @@ -24,6 +24,8 @@ #ifndef GEN_GEM_H #define GEN_GEM_H +#include + static inline uint64_t gen_canonical_address(uint64_t v) {