[Bf-blender-cvs] [ce6fd6b6a23] master: Fix missing header building with wayland

Campbell Barton noreply at git.blender.org
Fri May 22 08:49:56 CEST 2020


Commit: ce6fd6b6a239e7a82be99c621ff54f90b93daaaf
Author: Campbell Barton
Date:   Fri May 22 16:47:59 2020 +1000
Branches: master
https://developer.blender.org/rBce6fd6b6a239e7a82be99c621ff54f90b93daaaf

Fix missing header building with wayland

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

M	intern/ghost/intern/GHOST_SystemWayland.cpp

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

diff --git a/intern/ghost/intern/GHOST_SystemWayland.cpp b/intern/ghost/intern/GHOST_SystemWayland.cpp
index 1346e1bce20..8f6236d23f7 100644
--- a/intern/ghost/intern/GHOST_SystemWayland.cpp
+++ b/intern/ghost/intern/GHOST_SystemWayland.cpp
@@ -35,6 +35,7 @@
 #include <algorithm>
 #include <atomic>
 #include <exception>
+#include <stdexcept>
 #include <thread>
 #include <unordered_map>
 #include <unordered_set>



More information about the Bf-blender-cvs mailing list