diff --git a/Sources/Tools/MaxMain/Pch.h b/Sources/Tools/MaxMain/Pch.h index 98088396..31b44f0b 100644 --- a/Sources/Tools/MaxMain/Pch.h +++ b/Sources/Tools/MaxMain/Pch.h @@ -70,6 +70,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include "hsStream.h" #include "hsStringTokenizer.h" #include "hsTemplates.h" +#include "plFileSystem.h" // Windows #include "hsWindows.h" diff --git a/Sources/Tools/MaxMain/plPythonMgr.cpp b/Sources/Tools/MaxMain/plPythonMgr.cpp index ab4e5513..e877c4ea 100644 --- a/Sources/Tools/MaxMain/plPythonMgr.cpp +++ b/Sources/Tools/MaxMain/plPythonMgr.cpp @@ -50,9 +50,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com #include #include -#pragma hdrstop - #include +#pragma hdrstop #include "plPythonMgr.h" #include "plMaxCFGFile.h"