diff options
| author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-28 08:51:34 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-28 08:53:15 +0000 |
| commit | 447de580ab69a4740ce8e7e20449651300117da2 (patch) | |
| tree | 50fbaa969b312d89b9e8abfebaa498a64494ca9a /Source/Core/VideoCommon/ImageWrite.cpp | |
| parent | 52d8b51f56c4b390acf8c8ca8fe633f3739b6f40 (diff) | |
Source/Core/Common/Config/Config.cpp: add missing <mutex> include
Noticed missing include as a build failure on gcc-11:
```
[ 15%] Building CXX object Source/Core/Common/CMakeFiles/common.dir/Config/Config.cpp.o
Source/Core/Common/Config/Config.cpp:23:24:
error: 'unique_lock' in namespace 'std' does not name a template type
23 | using WriteLock = std::unique_lock<std::shared_mutex>;
| ^~~~~~~~~~~
Source/Core/Common/Config/Config.cpp:11:1:
note: 'std::unique_lock' is defined in header '<mutex>';
did you forget to '#include <mutex>'?
```
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'Source/Core/VideoCommon/ImageWrite.cpp')
0 files changed, 0 insertions, 0 deletions
