[Bf-blender-cvs] [3eb6569b38d] master: Fix build error on Linux

Peter Kim noreply at git.blender.org
Thu Sep 9 16:23:34 CEST 2021


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>



More information about the Bf-blender-cvs mailing list