Commit: 3eb6569b38d7c84ac084117221e475f5a328bf0d Author: Peter Kim Date: Thu Sep 9 23:21:19 2021 +0900 Branches: master https://developer.blender.org/rB3eb6569b38d7c84ac084117221e475f5a328bf0d
Fix build error on Linux 07c6af413617 was missing include. =================================================================== M intern/ghost/intern/GHOST_XrContext.cpp =================================================================== diff --git a/intern/ghost/intern/GHOST_XrContext.cpp b/intern/ghost/intern/GHOST_XrContext.cpp index 88da39914e7..98c87232882 100644 --- a/intern/ghost/intern/GHOST_XrContext.cpp +++ b/intern/ghost/intern/GHOST_XrContext.cpp @@ -20,6 +20,7 @@ * Abstraction for XR (VR, AR, MR, ..) access via OpenXR. */ +#include <algorithm> #include <cassert> #include <sstream> #include <string> _______________________________________________ Bf-blender-cvs mailing list [email protected] List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs
