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:
authorBenoit Bolsee <benoit.bolsee@online.be>2012-02-05 13:29:53 +0400
committerBenoit Bolsee <benoit.bolsee@online.be>2012-02-05 13:29:53 +0400
commit5e92c4e38125849c5790a14be3d98441afaf2edb (patch)
tree981189c32ff00f30eb568bfdfc869b4150561354 /source/blender/quicktime
parent761122da2f7921fdde886d2763c0fd9122794f32 (diff)
win32 quicktime: missing include. How comes nobody else got this problem?
Diffstat (limited to 'source/blender/quicktime')
-rw-r--r--source/blender/quicktime/apple/quicktime_import.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/quicktime/apple/quicktime_import.c b/source/blender/quicktime/apple/quicktime_import.c
index b58b4a646e2..a7d09682a14 100644
--- a/source/blender/quicktime/apple/quicktime_import.c
+++ b/source/blender/quicktime/apple/quicktime_import.c
@@ -41,6 +41,7 @@
#include "BLO_sys_types.h"
#include "BKE_global.h"
#include "BLI_dynstr.h"
+#include "BLI_path_util.h"
#ifdef __APPLE__
#include <QuickTime/Movies.h>