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:
authorCampbell Barton <ideasman42@gmail.com>2014-05-01 01:38:14 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-01 01:38:14 +0400
commit1fcce18dbf6de5c4c79cbc0d83211c5b3511d32e (patch)
tree2cc11a19bd8eb85213e46f98977c680e63bea581 /source/blender/editors/gpencil/drawgpencil.c
parentaf86b008b2a3dacc33b4987c50d8ffa24f6f9817 (diff)
Another issue with includes
OSX needs userdef for pixelsize, adjusted header to avoid this happening again.
Diffstat (limited to 'source/blender/editors/gpencil/drawgpencil.c')
-rw-r--r--source/blender/editors/gpencil/drawgpencil.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/gpencil/drawgpencil.c b/source/blender/editors/gpencil/drawgpencil.c
index 2a6dcd9caa6..38dd9048790 100644
--- a/source/blender/editors/gpencil/drawgpencil.c
+++ b/source/blender/editors/gpencil/drawgpencil.c
@@ -44,6 +44,7 @@
#include "DNA_screen_types.h"
#include "DNA_space_types.h"
#include "DNA_view3d_types.h"
+#include "DNA_userdef_types.h"
#include "BKE_context.h"
#include "BKE_global.h"