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 <brecht@blender.org>2020-03-06 16:15:21 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-03-06 16:44:42 +0300
commitc8ac760c590aee184aba3a0fbd8110d0aad2fe97 (patch)
tree9480848f1c4f8f233681cb0311ee12b8a9a34af5 /intern/cycles/util
parent4102d67d32ad2d8411d1ef15e80d3373f36e262b (diff)
Cleanup: tweak Cycles #includes in preparation for clang-format sorting
Diffstat (limited to 'intern/cycles/util')
-rw-r--r--intern/cycles/util/util_ssef.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/util/util_ssef.h b/intern/cycles/util/util_ssef.h
index fa525daf37c..e9f0efb4efb 100644
--- a/intern/cycles/util/util_ssef.h
+++ b/intern/cycles/util/util_ssef.h
@@ -18,6 +18,8 @@
#ifndef __UTIL_SSEF_H__
#define __UTIL_SSEF_H__
+#include "util_ssei.h"
+
CCL_NAMESPACE_BEGIN
#ifdef __KERNEL_SSE2__