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-08-11 10:52:39 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-08-11 11:12:06 +0300
commitfdc43f993da8e89a08bc018315aaa4468b29a456 (patch)
tree37602ddec04f18c08083dd83d571a56cc421630a /intern/cycles/util/util_debug.h
parenta501668cc5f11f15af9fb47ea3c8c7fc910e8722 (diff)
Cycles: Use static assert to control structures alignment
Diffstat (limited to 'intern/cycles/util/util_debug.h')
-rw-r--r--intern/cycles/util/util_debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/intern/cycles/util/util_debug.h b/intern/cycles/util/util_debug.h
index 1787ff648ee..73fd228b5d9 100644
--- a/intern/cycles/util/util_debug.h
+++ b/intern/cycles/util/util_debug.h
@@ -20,6 +20,8 @@
#include <cassert>
#include <iostream>
+#include "util_static_assert.h"
+
CCL_NAMESPACE_BEGIN
/* Global storage for all sort of flags used to fine-tune behavior of particular