[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [49864] trunk/blender/source/blender/imbuf /intern/jp2.c: add back missing include from last commit

Campbell Barton ideasman42 at gmail.com
Mon Aug 13 01:56:47 CEST 2012


Revision: 49864
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=49864
Author:   campbellbarton
Date:     2012-08-12 23:56:46 +0000 (Sun, 12 Aug 2012)
Log Message:
-----------
add back missing include from last commit

Modified Paths:
--------------
    trunk/blender/source/blender/imbuf/intern/jp2.c

Modified: trunk/blender/source/blender/imbuf/intern/jp2.c
===================================================================
--- trunk/blender/source/blender/imbuf/intern/jp2.c	2012-08-12 23:28:33 UTC (rev 49863)
+++ trunk/blender/source/blender/imbuf/intern/jp2.c	2012-08-12 23:56:46 UTC (rev 49864)
@@ -27,6 +27,7 @@
 #include "MEM_guardedalloc.h"
 
 #include "BLI_math.h"
+#include "BLI_fileops.h"
 
 #include "imbuf.h"
 




More information about the Bf-blender-cvs mailing list