aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/shader/const_buffer_locker.h
diff options
context:
space:
mode:
authorRodrigo Locatti <reinuseslisp@airmail.cc>2019-11-27 16:26:22 -0300
committerGitHub <noreply@github.com>2019-11-27 16:26:22 -0300
commit40ec1c22ce7507c8c9ec68ca9e9d4f6a74ec8fe0 (patch)
treef606e543bcc33a9164b0f5841df32bfc78c01a44 /src/video_core/shader/const_buffer_locker.h
parent6df6caaf5f3b59a2d1e19a5148a64cc50c61223c (diff)
parent9403979c2210c0c75434991fd02e102b971d92fb (diff)
Merge pull request #3172 from lioncash/pragma
video_core/const_buffer_locker: Remove #pragma once from cpp file
Diffstat (limited to 'src/video_core/shader/const_buffer_locker.h')
-rw-r--r--src/video_core/shader/const_buffer_locker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/shader/const_buffer_locker.h b/src/video_core/shader/const_buffer_locker.h
index 50a8ce42a..d32e2d657 100644
--- a/src/video_core/shader/const_buffer_locker.h
+++ b/src/video_core/shader/const_buffer_locker.h
@@ -4,6 +4,7 @@
#pragma once
+#include <optional>
#include <unordered_map>
#include "common/common_types.h"
#include "common/hash.h"