diff options
Diffstat (limited to 'src/intel/compiler/brw_vec4_live_variables.h')
-rw-r--r-- | src/intel/compiler/brw_vec4_live_variables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/compiler/brw_vec4_live_variables.h b/src/intel/compiler/brw_vec4_live_variables.h index a86f4f48dff..16eb258d7b4 100644 --- a/src/intel/compiler/brw_vec4_live_variables.h +++ b/src/intel/compiler/brw_vec4_live_variables.h @@ -28,8 +28,8 @@ #ifndef BRW_VEC4_LIVE_VARIABLES_H #define BRW_VEC4_LIVE_VARIABLES_H +#include "brw_ir_vec4.h" #include "util/bitset.h" -#include "brw_vec4.h" namespace brw { |