From 199d0fe56af60d8869231a6dd71816aff0f57f31 Mon Sep 17 00:00:00 2001 From: Michael Hansen Date: Mon, 21 Jan 2013 20:22:52 -0800 Subject: [PATCH] Fix issues from review --- Sources/Tools/MaxMain/Pch.h | 1 + Sources/Tools/MaxMain/plPythonMgr.cpp | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) 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"