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@gmail.com>2014-01-15 18:29:22 +0400
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2014-01-15 18:29:22 +0400
commitd9e52ac98b74e2be3186f448177c84772f928871 (patch)
tree5eafa1ef21ca026e4b9932dee3d7ad3f0c51f42b /intern/cycles/device/device_memory.h
parent8af782ad22c42654d23ca6379f105af8d98956cc (diff)
Code cleanup: move half float functions to separate header file.
Diffstat (limited to 'intern/cycles/device/device_memory.h')
-rw-r--r--intern/cycles/device/device_memory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/device/device_memory.h b/intern/cycles/device/device_memory.h
index 352a46f8c36..1427d12cba2 100644
--- a/intern/cycles/device/device_memory.h
+++ b/intern/cycles/device/device_memory.h
@@ -29,6 +29,7 @@
* to and from. */
#include "util_debug.h"
+#include "util_half.h"
#include "util_types.h"
#include "util_vector.h"