[Bf-blender-cvs] [4449f53786f] xr-world-navigation: Fix compile error on GCC

Julian Eisel noreply at git.blender.org
Thu May 14 15:07:39 CEST 2020


Commit: 4449f53786fb1920e83aff7fc32259786e85ab48
Author: Julian Eisel
Date:   Thu May 14 15:07:22 2020 +0200
Branches: xr-world-navigation
https://developer.blender.org/rB4449f53786fb1920e83aff7fc32259786e85ab48

Fix compile error on GCC

===================================================================

M	intern/ghost/intern/GHOST_XrSession.cpp

===================================================================

diff --git a/intern/ghost/intern/GHOST_XrSession.cpp b/intern/ghost/intern/GHOST_XrSession.cpp
index acda88866d5..58ad8e0619a 100644
--- a/intern/ghost/intern/GHOST_XrSession.cpp
+++ b/intern/ghost/intern/GHOST_XrSession.cpp
@@ -22,6 +22,7 @@
 #include <cassert>
 #include <chrono>
 #include <cstdio>
+#include <cstring>
 #include <list>
 #include <sstream>



More information about the Bf-blender-cvs mailing list