[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37587] branches/cycles/intern/cycles/util /util_progress.h: Cycles: compile error fix for ICC.

Brecht Van Lommel brechtvanlommel at pandora.be
Fri Jun 17 13:33:57 CEST 2011


Revision: 37587
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37587
Author:   blendix
Date:     2011-06-17 11:33:57 +0000 (Fri, 17 Jun 2011)
Log Message:
-----------
Cycles: compile error fix for ICC.

Modified Paths:
--------------
    branches/cycles/intern/cycles/util/util_progress.h

Modified: branches/cycles/intern/cycles/util/util_progress.h
===================================================================
--- branches/cycles/intern/cycles/util/util_progress.h	2011-06-17 08:52:15 UTC (rev 37586)
+++ branches/cycles/intern/cycles/util/util_progress.h	2011-06-17 11:33:57 UTC (rev 37587)
@@ -25,6 +25,7 @@
  * update notifications from a job running in another thread. All methods
  * except for the constructor/destructor are thread safe. */
 
+#include "util_function.h"
 #include "util_string.h"
 #include "util_thread.h"
 




More information about the Bf-blender-cvs mailing list