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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2012-05-18 18:08:54 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2012-05-18 18:08:54 +0400
commitf53e6166fb4eb4885e7cabbe6c54cae7418f020e (patch)
treeaf79f4b088d5b9f297ffd1093d1ca64d54bb5501 /source/blender/editors
parent93aa83f0a37019ce733d2b372cbd301812670fc4 (diff)
add missing include
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/space_file/fsmenu.c1
1 files changed, 1 insertions, 0 deletions
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"