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
path: root/intern
diff options
context:
space:
mode:
authorPeter Kim <pk15950@gmail.com>2021-09-09 17:21:19 +0300
committerPeter Kim <pk15950@gmail.com>2021-09-09 17:22:48 +0300
commit3eb6569b38d7c84ac084117221e475f5a328bf0d (patch)
tree1348e3b91ddc953bc50fb52833edee6d419f7e46 /intern
parent07c6af413617a93ea8c8c3b1318844b3c5ce9aeb (diff)
Fix build error on Linux
07c6af413617 was missing include.
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_XrContext.cpp1
1 files changed, 1 insertions, 0 deletions
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>