diff --git a/intern/cycles/device/device_network.cpp b/intern/cycles/device/device_network.cpp index ca6d668a79d..1d6066c94dc 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)