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:
authorChris Want <cwant@ualberta.ca>2005-09-15 00:07:32 +0400
committerChris Want <cwant@ualberta.ca>2005-09-15 00:07:32 +0400
commit902b11b84c34a229f94c976d385b6b033837172f (patch)
tree01fdf6b9b574f8c744335c912045e1da12354b55 /source/blender/blenkernel/BKE_font.h
parent1c337c49f1e85fb91e2a496ca0ca66a1707d3903 (diff)
An #include <wchar.h> was needed to ccoompile on OSX
Diffstat (limited to 'source/blender/blenkernel/BKE_font.h')
-rw-r--r--source/blender/blenkernel/BKE_font.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_font.h b/source/blender/blenkernel/BKE_font.h
index fbc0d70fa22..00a994672be 100644
--- a/source/blender/blenkernel/BKE_font.h
+++ b/source/blender/blenkernel/BKE_font.h
@@ -34,6 +34,8 @@
#ifndef BKE_VFONT_H
#define BKE_VFONT_H
+#include <wchar.h>
+
struct VFont;
struct Object;
struct Curve;