LogManager: Add missing include

This commit is contained in:
Ryan Meredith 2020-08-02 19:52:10 -04:00
parent 25ebc3c07c
commit 6020133f5b
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
#include <array>
#include <cstdarg>
#include <map>
#include <string>
#include "Common/BitSet.h"
#include "Common/Logging/Log.h"