Small fixes for windows clang compile

This commit is contained in:
Manas Shah
2021-12-05 15:59:50 -08:00
parent a9860388b2
commit f760ef456c
2 changed files with 3 additions and 2 deletions

View File

@@ -2,8 +2,9 @@
// If we're on Win32, we'll include our minidump writer
#ifdef _WIN32
#include <Dbghelp.h>
#include <Windows.h>
#include <Dbghelp.h>
#include "Game.h"
#include "dLogger.h"