From 31f8ca503495e5900a4ec5f7361b3c20bf365f37 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 5 Jul 2017 20:39:34 +0200 Subject: Cycles: Fix compilation error after recent logging changes This file uses std::ostream for helper << operators, so need to make sure corresponding header is included. --- intern/cycles/util/util_logging.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'intern/cycles/util') diff --git a/intern/cycles/util/util_logging.h b/intern/cycles/util/util_logging.h index 6380cb13a9b..492f830e67c 100644 --- a/intern/cycles/util/util_logging.h +++ b/intern/cycles/util/util_logging.h @@ -21,6 +21,8 @@ # include #endif +#include + CCL_NAMESPACE_BEGIN #if !defined(WITH_CYCLES_LOGGING) || defined(__KERNEL_GPU__) -- cgit v1.2.3