From 537b0803798674501634c4dfbaeedb97b2ee889c Mon Sep 17 00:00:00 2001 From: Martin Poirier Date: Wed, 29 Apr 2009 23:33:04 +0000 Subject: [PATCH] missing stdint.h include --- source/blender/include/BIF_editfont.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/include/BIF_editfont.h b/source/blender/include/BIF_editfont.h index c5a8cd1187b..e4401eb66a2 100644 --- a/source/blender/include/BIF_editfont.h +++ b/source/blender/include/BIF_editfont.h @@ -28,6 +28,7 @@ */ #include +#include #ifndef BIF_EDITFONT_H #define BIF_EDITFONT_H