aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/ComparingUpdateTracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/ComparingUpdateTracker.h')
-rw-r--r--common/rfb/ComparingUpdateTracker.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/rfb/ComparingUpdateTracker.h b/common/rfb/ComparingUpdateTracker.h
index ca1dcc30..dbe7a4ef 100644
--- a/common/rfb/ComparingUpdateTracker.h
+++ b/common/rfb/ComparingUpdateTracker.h
@@ -19,6 +19,7 @@
#ifndef __RFB_COMPARINGUPDATETRACKER_H__
#define __RFB_COMPARINGUPDATETRACKER_H__
+#include <rfb/PixelBuffer.h>
#include <rfb/UpdateTracker.h>
namespace rfb {
@@ -44,7 +45,7 @@ namespace rfb {
void logStats();
private:
- void compareRect(const Rect& r, Region* newchanged);
+ void compareRect(const core::Rect& r, core::Region* newchanged);
PixelBuffer* fb;
ManagedPixelBuffer oldFb;
bool firstCompare;