Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2021-04-17 15:49:00 +0300
committerJacques Lucke <jacques@blender.org>2021-04-17 15:49:00 +0300
commit0176b0f217182e4d55645c2095dd92088439fc08 (patch)
tree5ed9032cc16e5fd0514e734ca2941cf662ec888f
parent54adef5ac44878c38dfcd939a92bdba34fa28058 (diff)
add missing includevirtual-array-attributes
-rw-r--r--source/blender/functions/FN_generic_virtual_array.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/functions/FN_generic_virtual_array.hh b/source/blender/functions/FN_generic_virtual_array.hh
index c649623997d..00f6cacd2e1 100644
--- a/source/blender/functions/FN_generic_virtual_array.hh
+++ b/source/blender/functions/FN_generic_virtual_array.hh
@@ -23,6 +23,8 @@
* the data type is only known at runtime.
*/
+#include <optional>
+
#include "BLI_virtual_array.hh"
#include "FN_generic_span.hh"