Browse Source

Fixes for Max plugin compilation when not using PCH

Michael Hansen 10 years ago
parent
commit
6867be59f9
  1. 1
      Sources/Tools/MaxComponent/plMultistageStage.cpp
  2. 1
      Sources/Tools/MaxMain/plComponentDlg.cpp
  3. 2
      Sources/Tools/MaxMain/plComponentPanel.cpp

1
Sources/Tools/MaxComponent/plMultistageStage.cpp

@ -43,6 +43,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "HeadSpin.h" #include "HeadSpin.h"
#include "hsStream.h" #include "hsStream.h"
#include "hsWindows.h" #include "hsWindows.h"
#include "MaxMain/MaxCompat.h"
#include <iparamb2.h> #include <iparamb2.h>
#include <max.h> #include <max.h>

1
Sources/Tools/MaxMain/plComponentDlg.cpp

@ -51,6 +51,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include <algorithm> #include <algorithm>
#include <notify.h> #include <notify.h>
#include <utilapi.h> #include <utilapi.h>
#include <notify.h>
#include <vector> #include <vector>
#pragma hdrstop #pragma hdrstop

2
Sources/Tools/MaxMain/plComponentPanel.cpp

@ -47,6 +47,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "MaxComponent/plComponent.h" #include "MaxComponent/plComponent.h"
#include "MaxComponent/plComponentMgr.h" #include "MaxComponent/plComponentMgr.h"
#include "resource.h" #include "resource.h"
#include <notify.h>
#pragma hdrstop #pragma hdrstop
#include "plComponentPanel.h" #include "plComponentPanel.h"

Loading…
Cancel
Save