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:
authorCampbell Barton <ideasman42@gmail.com>2020-05-22 09:47:59 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-05-22 09:47:59 +0300
commitce6fd6b6a239e7a82be99c621ff54f90b93daaaf (patch)
tree1edf295aefc0d6a3b628914fe7016a1ac5a50edd /intern/ghost
parent3aacd8a4ab21ec2a080d290bb27297a112c0afdf (diff)
Fix missing header building with wayland
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_SystemWayland.cpp1
1 files changed, 1 insertions, 0 deletions
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>