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> _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
