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:
Diffstat (limited to 'intern/cycles/util/types.h')
-rw-r--r--intern/cycles/util/types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/util/types.h b/intern/cycles/util/types.h
index d0d8c2941d7..1ab6f76f9bc 100644
--- a/intern/cycles/util/types.h
+++ b/intern/cycles/util/types.h
@@ -109,6 +109,8 @@ ccl_device_inline void print_float(ccl_private const char *label, const float a)
#include "util/types_float4.h"
#include "util/types_float8.h"
+#include "util/types_spectrum.h"
+
/* Vectorized types implementation. */
#include "util/types_uchar2_impl.h"
#include "util/types_uchar3_impl.h"