Fix: Build error with BLI_virtual_array.hh
BLI_virtual_array.hh relies on the <functional> header without including it, leading to build errors.
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
* see if the increased compile time and binary size is worth it.
|
||||
*/
|
||||
|
||||
#include <functional>
|
||||
#include <optional>
|
||||
|
||||
#include "BLI_any.hh"
|
||||
|
||||
Reference in New Issue
Block a user