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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-07-20 12:54:06 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2014-07-22 07:24:44 +0400
commitaa7f9197c7f9d304592e9ef6ae1412e05ef7834e (patch)
tree4ed8b6526cd8c8b6b56263f33211bafd4edba705
parent8cf2b3879a7f89cf2d0776c6d8ae7b22d7da2072 (diff)
Freestyle: added a note on #include "DNA_material_types.h".
-rw-r--r--source/blender/freestyle/intern/stroke/StrokeRep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/intern/stroke/StrokeRep.h b/source/blender/freestyle/intern/stroke/StrokeRep.h
index 61a456cdf42..50615e0c571 100644
--- a/source/blender/freestyle/intern/stroke/StrokeRep.h
+++ b/source/blender/freestyle/intern/stroke/StrokeRep.h
@@ -37,7 +37,7 @@
#endif
extern "C" {
-#include "DNA_material_types.h"
+#include "DNA_material_types.h" // for MAX_MTEX
}
namespace Freestyle {