aboutsummaryrefslogtreecommitdiffstats
path: root/common/rdr/ZlibOutStream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'common/rdr/ZlibOutStream.cxx')
-rw-r--r--common/rdr/ZlibOutStream.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/common/rdr/ZlibOutStream.cxx b/common/rdr/ZlibOutStream.cxx
index 73b5d459..1b8ac307 100644
--- a/common/rdr/ZlibOutStream.cxx
+++ b/common/rdr/ZlibOutStream.cxx
@@ -23,14 +23,15 @@
#include <stdio.h>
+#include <core/LogWriter.h>
+
#include <rdr/ZlibOutStream.h>
-#include <rfb/LogWriter.h>
#include <zlib.h>
#undef ZLIBOUT_DEBUG
-static rfb::LogWriter vlog("ZlibOutStream");
+static core::LogWriter vlog("ZlibOutStream");
using namespace rdr;