Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/freestyle/intern/scene_graph/MaxFileLoader.h')
-rwxr-xr-xsource/blender/freestyle/intern/scene_graph/MaxFileLoader.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/scene_graph/MaxFileLoader.h b/source/blender/freestyle/intern/scene_graph/MaxFileLoader.h
index ab31e656d46..179f9a016df 100755
--- a/source/blender/freestyle/intern/scene_graph/MaxFileLoader.h
+++ b/source/blender/freestyle/intern/scene_graph/MaxFileLoader.h
@@ -32,6 +32,9 @@
# include <string.h>
# include <float.h>
+
+//soc - modified to adapt Blender's in
+// lib3ds includes
# include <lib3ds/file.h>
# include <lib3ds/node.h>
# include <lib3ds/camera.h>
@@ -40,6 +43,7 @@
# include <lib3ds/matrix.h>
# include <lib3ds/vector.h>
# include <lib3ds/file.h>
+
# include "../system/FreestyleConfig.h"
# include "NodeGroup.h"
# include "NodeTransform.h"