diff --git a/source/blender/blenlib/BLI_virtual_array.hh b/source/blender/blenlib/BLI_virtual_array.hh index 26c9ebc901d..a6c732eb596 100644 --- a/source/blender/blenlib/BLI_virtual_array.hh +++ b/source/blender/blenlib/BLI_virtual_array.hh @@ -25,6 +25,7 @@ * see if the increased compile time and binary size is worth it. */ +#include #include #include "BLI_any.hh"