mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Fix max plugin compile
Always include HeadSpin.h before Max.h--Max.h brings in Winsocks 1, for some reason. This creates symbol clash hell.
This commit is contained in:
@ -42,6 +42,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#ifndef PL_CLOTHINGMTL_H
|
||||
#define PL_CLOTHINGMTL_H
|
||||
|
||||
#include "HeadSpin.h"
|
||||
#include "Max.h"
|
||||
#include "iparamb2.h"
|
||||
#include "../resource.h"
|
||||
|
Reference in New Issue
Block a user