[Bf-blender-cvs] [b79a33e] master: Allow compilation of cycles network with WITH_CYCLES_LOGGING is ON

Martijn Berger noreply at git.blender.org
Sun Jun 7 15:25:41 CEST 2015


Commit: b79a33e2d4e7610d3ea4fe4c98486bb0c594f731
Author: Martijn Berger
Date:   Sun Jun 7 15:24:15 2015 +0200
Branches: master
https://developer.blender.org/rBb79a33e2d4e7610d3ea4fe4c98486bb0c594f731

Allow compilation of cycles network with WITH_CYCLES_LOGGING is ON

===================================================================

M	intern/cycles/device/device_network.cpp

===================================================================

diff --git a/intern/cycles/device/device_network.cpp b/intern/cycles/device/device_network.cpp
index ca6d668..1d6066c 100644
--- a/intern/cycles/device/device_network.cpp
+++ b/intern/cycles/device/device_network.cpp
@@ -19,6 +19,7 @@
 #include "device_network.h"
 
 #include "util_foreach.h"
+#include "util_logging.h"
 
 #if defined(WITH_NETWORK)




More information about the Bf-blender-cvs mailing list