Skip to content
Permalink
Browse files
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.
@@ -5,6 +5,7 @@
#include <algorithm>
#include <list>
#include <map>
#include <mutex>
#include <shared_mutex>

#include "Common/Config/Config.h"

0 comments on commit f5eb40a

Please sign in to comment.