mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-17 04:51:52 +00:00
Fixed: Compile error when using 3ds Max 2011 SDK.
This commit is contained in:
parent
42a098c625
commit
7e6f6c3e5a
1 changed files with 1 additions and 2 deletions
|
@ -17,6 +17,7 @@
|
|||
// From MAXSDK
|
||||
#include <MaxScrpt/maxscrpt.h>
|
||||
|
||||
#include "max_to_ligo.h"
|
||||
|
||||
#undef min
|
||||
#undef max
|
||||
|
@ -24,8 +25,6 @@
|
|||
// From nel misc
|
||||
#include "nel/misc/stream.h"
|
||||
|
||||
#include "max_to_ligo.h"
|
||||
|
||||
// From ligo library
|
||||
#include "nel/../../src/ligo/zone_template.h"
|
||||
#include "nel/ligo/ligo_config.h"
|
||||
|
|
Loading…
Reference in a new issue