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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-06-17 15:33:57 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-06-17 15:33:57 +0400
commit7adc3b6029ab495696ab0763e438326343355438 (patch)
treeed4ab2b1eceacd453a1beb555f70a8f8afca60ee /intern/cycles/util
parentc50ceae4e8f52210ea8f46b6d8cb4edbd6058da6 (diff)
Cycles: compile error fix for ICC.
Diffstat (limited to 'intern/cycles/util')
-rw-r--r--intern/cycles/util/util_progress.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/util/util_progress.h b/intern/cycles/util/util_progress.h
index 86ab34aa7f9..c9e0a6ab713 100644
--- a/intern/cycles/util/util_progress.h
+++ b/intern/cycles/util/util_progress.h
@@ -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"