summaryrefslogtreecommitdiff
path: root/src/video_core/shader_notify.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/shader_notify.cpp')
-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 @@
2// Licensed under GPLv2 or any later version 2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#include <mutex>
5#include "video_core/shader_notify.h" 6#include "video_core/shader_notify.h"
6 7
7using namespace std::chrono_literals; 8using namespace std::chrono_literals;