From f53e6166fb4eb4885e7cabbe6c54cae7418f020e Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 18 May 2012 14:08:54 +0000 Subject: add missing include --- source/blender/editors/space_file/fsmenu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors') diff --git a/source/blender/editors/space_file/fsmenu.c b/source/blender/editors/space_file/fsmenu.c index a91b3669219..ac3cc15fe88 100644 --- a/source/blender/editors/space_file/fsmenu.c +++ b/source/blender/editors/space_file/fsmenu.c @@ -39,6 +39,7 @@ #include "DNA_space_types.h" /* FILE_MAX */ +#include "BLI_utildefines.h" #include "BLI_blenlib.h" #include "BLI_linklist.h" #include "BLI_dynstr.h" -- cgit v1.2.3