[Bf-blender-cvs] [3204aff] master: Fix compilation of cycles network server when logging is enabled

Martijn Berger noreply at git.blender.org
Sun Mar 29 22:23:38 CEST 2015


Commit: 3204aff6d0a4cddf1e09e659858f9d5e573c84a5
Author: Martijn Berger
Date:   Sun Mar 29 22:22:53 2015 +0200
Branches: master
https://developer.blender.org/rB3204aff6d0a4cddf1e09e659858f9d5e573c84a5

Fix compilation of cycles network server when logging is enabled

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

M	intern/cycles/app/cycles_server.cpp

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

diff --git a/intern/cycles/app/cycles_server.cpp b/intern/cycles/app/cycles_server.cpp
index 6522b4c..4ef9cd0 100644
--- a/intern/cycles/app/cycles_server.cpp
+++ b/intern/cycles/app/cycles_server.cpp
@@ -24,6 +24,7 @@
 #include "util_stats.h"
 #include "util_string.h"
 #include "util_task.h"
+#include "util_logging.h"
 
 using namespace ccl;




More information about the Bf-blender-cvs mailing list