[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [51498] trunk/blender/source/blender/imbuf /intern/cineon/logImageCore.h: Compilation fix for windows platform

Sergey Sharybin sergey.vfx at gmail.com
Mon Oct 22 15:52:57 CEST 2012


Revision: 51498
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=51498
Author:   nazgul
Date:     2012-10-22 13:52:56 +0000 (Mon, 22 Oct 2012)
Log Message:
-----------
Compilation fix for windows platform

Modified Paths:
--------------
    trunk/blender/source/blender/imbuf/intern/cineon/logImageCore.h

Modified: trunk/blender/source/blender/imbuf/intern/cineon/logImageCore.h
===================================================================
--- trunk/blender/source/blender/imbuf/intern/cineon/logImageCore.h	2012-10-22 13:13:00 UTC (rev 51497)
+++ trunk/blender/source/blender/imbuf/intern/cineon/logImageCore.h	2012-10-22 13:52:56 UTC (rev 51498)
@@ -34,8 +34,9 @@
 #define __LOG_IMAGE_CORE_H__
 
 #include <stdio.h>
-#include <stdint.h>
 
+#include "BLO_sys_types.h"
+
 #ifdef __cplusplus
 extern "C" {
 #endif




More information about the Bf-blender-cvs mailing list