1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-21 20:59:09 +00:00

Merge pull request #410 from zrax/pch_max_fixes

Fixes for Max plugin compilation when not using PCH
This commit is contained in:
2014-04-27 12:42:49 -04:00
3 changed files with 4 additions and 0 deletions

View File

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

View File

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

View File

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