Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #9207 from trofi/master
Source/Core/Common/Config/Config.cpp: add missing <mutex> include
  • Loading branch information
lioncash committed Oct 28, 2020
2 parents 52d8b51 + 447de58 commit f5eb40a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/Common/Config/Config.cpp
Expand Up @@ -5,6 +5,7 @@
#include <algorithm>
#include <list>
#include <map>
#include <mutex>
#include <shared_mutex>

#include "Common/Config/Config.h"
Expand Down

0 comments on commit f5eb40a

Please sign in to comment.