diff --git a/source/blender/draw/engines/eevee_next/eevee_sync.cc b/source/blender/draw/engines/eevee_next/eevee_sync.cc index 0e7dcaff408..8876b099501 100644 --- a/source/blender/draw/engines/eevee_next/eevee_sync.cc +++ b/source/blender/draw/engines/eevee_next/eevee_sync.cc @@ -12,7 +12,7 @@ #include "BKE_gpencil_legacy.h" #include "BKE_object.h" -#include "BKE_paint.h" +#include "BKE_paint.hh" #include "BKE_pbvh_api.hh" #include "DEG_depsgraph_query.h" #include "DNA_curves_types.h"