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.cpp
parent8af782ad22c42654d23ca6379f105af8d98956cc (diff)
Code cleanup: move half float functions to separate header file.
Diffstat (limited to 'intern/cycles/device/device.cpp')
-rw-r--r--intern/cycles/device/device.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/device/device.cpp b/intern/cycles/device/device.cpp
index 6283e34f563..a3264f0c516 100644
--- a/intern/cycles/device/device.cpp
+++ b/intern/cycles/device/device.cpp
@@ -23,6 +23,7 @@
#include "util_cuda.h"
#include "util_debug.h"
#include "util_foreach.h"
+#include "util_half.h"
#include "util_math.h"
#include "util_opencl.h"
#include "util_opengl.h"