diff --git a/src/freedreno/common/fd6_hw.h b/src/freedreno/common/fd6_hw.h index 070d561554f..24dcb92a756 100644 --- a/src/freedreno/common/fd6_hw.h +++ b/src/freedreno/common/fd6_hw.h @@ -6,6 +6,12 @@ #ifndef FD6_HW_H #define FD6_HW_H +#include +#include + +#include "util/half_float.h" +#include "util/u_math.h" + #include "adreno_pm4.xml.h" #include "adreno_common.xml.h"