diff options
Diffstat (limited to 'unix/common/randr.cxx')
-rw-r--r-- | unix/common/randr.cxx | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/unix/common/randr.cxx b/unix/common/randr.cxx index e4e2d7be..7f38f3c0 100644 --- a/unix/common/randr.cxx +++ b/unix/common/randr.cxx @@ -26,10 +26,15 @@ #include <stdlib.h> #include <unixcommon.h> + +#include <core/LogWriter.h> + #include <rfb/screenTypes.h> -#include <rfb/LogWriter.h> +#include <rfb/ScreenSet.h> + #include <RandrGlue.h> -static rfb::LogWriter vlog("RandR"); + +static core::LogWriter vlog("RandR"); static int ResizeScreen(bool dryrun, int fb_width, int fb_height, std::set<unsigned int>* disabledOutputs) |