aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/psp/cursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/psp/cursor.h')
-rw-r--r--backends/platform/psp/cursor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/psp/cursor.h b/backends/platform/psp/cursor.h
index c3d4d76803..2ff0415c6c 100644
--- a/backends/platform/psp/cursor.h
+++ b/backends/platform/psp/cursor.h
@@ -26,6 +26,8 @@
#ifndef MOUSE_H
#define MOUSE_H
+#include "backends/platform/psp/default_display_client.h"
+
class Cursor : public DefaultDisplayClient {
private:
int _hotspotX, _hotspotY;