An #include <wchar.h> was needed to ccoompile on OSX

This commit is contained in:
Chris Want
2005-09-14 20:07:32 +00:00
parent 1c337c49f1
commit 902b11b84c

View File

@@ -34,6 +34,8 @@
#ifndef BKE_VFONT_H
#define BKE_VFONT_H
#include <wchar.h>
struct VFont;
struct Object;
struct Curve;