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:
authorMartijn Berger <martijn.berger@gmail.com>2015-03-29 23:22:53 +0300
committerMartijn Berger <martijn.berger@gmail.com>2015-03-29 23:22:53 +0300
commit3204aff6d0a4cddf1e09e659858f9d5e573c84a5 (patch)
tree3a0cb3d4922afd2542c0658f9cf30aca8ecb8ec0 /intern/cycles/app
parentf01456aaa4a87cd76feaef50ec822340197f9eda (diff)
Fix compilation of cycles network server when logging is enabled
Diffstat (limited to 'intern/cycles/app')
-rw-r--r--intern/cycles/app/cycles_server.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/app/cycles_server.cpp b/intern/cycles/app/cycles_server.cpp
index 6522b4cde52..4ef9cd070bb 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;