diff --git a/src/mesa/drivers/dri/i965/intel_tex.h b/src/mesa/drivers/dri/i965/intel_tex.h index beefc4b61b0..f1b55c706ea 100644 --- a/src/mesa/drivers/dri/i965/intel_tex.h +++ b/src/mesa/drivers/dri/i965/intel_tex.h @@ -29,6 +29,7 @@ #include "main/mtypes.h" #include "main/formats.h" #include "brw_context.h" +#include "intel_mipmap_tree.h" void intelInitTextureFuncs(struct dd_function_table *functions);