summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-02-22 13:29:31 +0100
committerJan Beich <jbeich@FreeBSD.org>2021-02-23 01:04:36 +0100
commit1841ca4b9b7b48e5e199fc9c683229544ffb6a70 (patch)
tree8ce0a5c365074957d4a073f6476834db974eb130
parentcommon: add missing header after f3805376f726 (diff)
downloadyuzu-1841ca4b9b7b48e5e199fc9c683229544ffb6a70.tar
yuzu-1841ca4b9b7b48e5e199fc9c683229544ffb6a70.tar.gz
yuzu-1841ca4b9b7b48e5e199fc9c683229544ffb6a70.tar.bz2
yuzu-1841ca4b9b7b48e5e199fc9c683229544ffb6a70.tar.lz
yuzu-1841ca4b9b7b48e5e199fc9c683229544ffb6a70.tar.xz
yuzu-1841ca4b9b7b48e5e199fc9c683229544ffb6a70.tar.zst
yuzu-1841ca4b9b7b48e5e199fc9c683229544ffb6a70.zip
-rw-r--r--src/video_core/shader_notify.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/shader_notify.cpp b/src/video_core/shader_notify.cpp
index c3c71657d..693e47158 100644
--- a/src/video_core/shader_notify.cpp
+++ b/src/video_core/shader_notify.cpp
@@ -2,6 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
+#include <mutex>
#include "video_core/shader_notify.h"
using namespace std::chrono_literals;