Add includes for building on Windows without PCH

This commit is contained in:
Michael Maltese 2017-01-22 23:08:45 -08:00
commit 713ec5ffd5
15 changed files with 24 additions and 10 deletions

View file

@ -2,7 +2,7 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <debugapi.h>
#include <windows.h>
#include "Common/Logging/ConsoleListener.h"