Browse Source

Fix issues from review

Michael Hansen 12 years ago
parent
commit
199d0fe56a
  1. 1
      Sources/Tools/MaxMain/Pch.h
  2. 3
      Sources/Tools/MaxMain/plPythonMgr.cpp

1
Sources/Tools/MaxMain/Pch.h

@ -70,6 +70,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsStream.h" #include "hsStream.h"
#include "hsStringTokenizer.h" #include "hsStringTokenizer.h"
#include "hsTemplates.h" #include "hsTemplates.h"
#include "plFileSystem.h"
// Windows // Windows
#include "hsWindows.h" #include "hsWindows.h"

3
Sources/Tools/MaxMain/plPythonMgr.cpp

@ -50,9 +50,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include <iparamb2.h> #include <iparamb2.h>
#include <max.h> #include <max.h>
#pragma hdrstop
#include <direct.h> #include <direct.h>
#pragma hdrstop
#include "plPythonMgr.h" #include "plPythonMgr.h"
#include "plMaxCFGFile.h" #include "plMaxCFGFile.h"

Loading…
Cancel
Save