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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-10-22 17:52:56 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-10-22 17:52:56 +0400
commit6a979acbf0c1deb0e10134fa8002b32435a5f8d0 (patch)
tree5e9455849f1031db3f084077c8bea970eebb392d /source/blender/imbuf/intern/cineon/logImageCore.h
parentd8d7664dbd0257ff273b3359df12e5504db78704 (diff)
Compilation fix for windows platform
Diffstat (limited to 'source/blender/imbuf/intern/cineon/logImageCore.h')
-rw-r--r--source/blender/imbuf/intern/cineon/logImageCore.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/imbuf/intern/cineon/logImageCore.h b/source/blender/imbuf/intern/cineon/logImageCore.h
index 433cab27aef..df8a5ed06a7 100644
--- a/source/blender/imbuf/intern/cineon/logImageCore.h
+++ b/source/blender/imbuf/intern/cineon/logImageCore.h
@@ -34,7 +34,8 @@
#define __LOG_IMAGE_CORE_H__
#include <stdio.h>
-#include <stdint.h>
+
+#include "BLO_sys_types.h"
#ifdef __cplusplus
extern "C" {