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>2016-11-22 14:05:57 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-11-22 14:06:16 +0300
commitaf444e913fc29ec52f08e0290831b53f94f3fd8f (patch)
tree7f4f509598c8d9f7b6a90625fb7e9de63d3e97ab /intern/cycles/util/util_image_impl.h
parent272412f9c0d26f630c5e1e7d07d4ff417b7218e5 (diff)
Cycles: Attempt to fix 32bit buildbot builds after recent commit
Diffstat (limited to 'intern/cycles/util/util_image_impl.h')
-rw-r--r--intern/cycles/util/util_image_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/util/util_image_impl.h b/intern/cycles/util/util_image_impl.h
index 3429ee46e94..58f85cf93d6 100644
--- a/intern/cycles/util/util_image_impl.h
+++ b/intern/cycles/util/util_image_impl.h
@@ -17,6 +17,7 @@
#ifndef __UTIL_IMAGE_IMPL_H__
#define __UTIL_IMAGE_IMPL_H__
+#include "util_algorithm.h"
#include "util_debug.h"
#include "util_image.h"