Fix missing includes when building without precompiled headers

Patch By: @Riesi
Comments By: @sera
Differential Revision: https://code.wildfiregames.com/D5209
This was SVN commit r27973.
This commit is contained in:
phosit
2023-12-04 20:23:37 +00:00
parent 3a3ecb6727
commit 2abf0d8db2
7 changed files with 8 additions and 1 deletions
+2
View File
@@ -25,6 +25,8 @@
#include "ps/Filesystem.h"
#include "ps/Pyrogenesis.h"
#include <iomanip>
// not thread-safe!
static const wchar_t* HardcodedErrorString(int err)
{