dolphin/Source/Core
Sergei Trofimovich 447de580ab 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>
2020-10-28 08:53:15 +00:00
..
AudioCommon Merge pull request #9071 from orbea/cmake 2020-10-26 18:48:42 +01:00
Common Source/Core/Common/Config/Config.cpp: add missing <mutex> include 2020-10-28 08:53:15 +00:00
Core Merge pull request #9071 from orbea/cmake 2020-10-26 18:48:42 +01:00
DiscIO Merge pull request #8782 from Pokechu22/missing-serial-version-data 2020-10-23 20:44:06 +02:00
DolphinNoGUI Clean up screen saver inhibition and apply setting change immediately. 2020-10-18 16:31:48 -05:00
DolphinQt dolphinqt msbuild: do not moc TASSlider.h 2020-10-26 18:37:46 -07:00
InputCommon InputCommon: Migrate logging over to fmt 2020-10-23 13:16:18 -04:00
MacUpdater Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
UICommon VideoCommon: Get rid of the global g_available_video_backends 2020-10-21 22:00:10 +02:00
UpdaterCommon Merge pull request #8846 from nyanpasu64/fix-cmake-zlib 2020-10-22 01:11:27 +02:00
VideoBackends CMake: Add option to enable/disable Vulkan video backend 2020-10-23 20:14:46 +02:00
VideoCommon Merge pull request #9171 from lioncash/pixel 2020-10-26 20:35:47 +01:00
WinUpdater DolphinQt: Handle non-ASCII characters in Windows cmd arguments 2020-09-21 17:26:29 +02:00
CMakeLists.txt WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00