1
0
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:
2012-06-14 21:52:56 -04:00
parent 94ca3bb097
commit 5d30f69957
5 changed files with 5 additions and 0 deletions

View File

@ -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"