Commit: b804e5085f50d4ed996976ad389ce028a69cf3e1 Author: Erik Date: Wed Nov 17 03:08:12 2021 +0100 Branches: temp-geometry-nodes-timings https://developer.blender.org/rBb804e5085f50d4ed996976ad389ce028a69cf3e1
Merge branch 'master' into temp-geometry-nodes-timings =================================================================== =================================================================== diff --cc source/blender/editors/space_node/node_draw.cc index 823e3e83f37,b2c16280c58..f0181eb29bd --- a/source/blender/editors/space_node/node_draw.cc +++ b/source/blender/editors/space_node/node_draw.cc @@@ -85,10 -85,8 +85,10 @@@ #include "FN_field_cpp_type.hh" - #include "node_intern.h" /* own include */ + #include "node_intern.hh" /* own include */ +#include <iomanip> + #ifdef WITH_COMPOSITOR # include "COM_compositor.h" #endif _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
