diff options
| author | Tilka <tilkax@gmail.com> | 2020-08-03 01:18:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-03 01:18:17 +0100 |
| commit | afd25de85ef836ca376d84062e48674d2a5218d9 (patch) | |
| tree | 3db90ddbdb4759bd6415f96841c0b3beacf769f0 /Source/Core | |
| parent | 25ebc3c07c6310924d662b2209f9ba5d08006ea6 (diff) | |
| parent | 6020133f5bda5b05248efef51330c569efc67117 (diff) | |
Merge pull request #9000 from Ebola16/S
LogManager: Add missing include
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Common/Logging/LogManager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/Logging/LogManager.h b/Source/Core/Common/Logging/LogManager.h index 69a5fe9132..eeff12d2f3 100644 --- a/Source/Core/Common/Logging/LogManager.h +++ b/Source/Core/Common/Logging/LogManager.h @@ -7,6 +7,7 @@ #include <array> #include <cstdarg> #include <map> +#include <string> #include "Common/BitSet.h" #include "Common/Logging/Log.h" |
