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
diff options
context:
space:
mode:
authorJulian Eisel <julian@blender.org>2020-05-14 16:07:22 +0300
committerJulian Eisel <julian@blender.org>2020-05-14 16:07:22 +0300
commit4449f53786fb1920e83aff7fc32259786e85ab48 (patch)
tree5e54695a69c86a0b7da1a89e2ff48263bf760d3b /intern/ghost/intern/GHOST_XrSession.cpp
parentf700f6902a34a116be567ae73450f5d7c56dbc18 (diff)
Fix compile error on GCC
Diffstat (limited to 'intern/ghost/intern/GHOST_XrSession.cpp')
-rw-r--r--intern/ghost/intern/GHOST_XrSession.cpp1
1 files changed, 1 insertions, 0 deletions
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>