Skip to content

Commit

Permalink
vncviewer: add missing include for struct timeval
Browse files Browse the repository at this point in the history
  • Loading branch information
0-wiz-0 committed Aug 30, 2024
1 parent 3979e3c commit 169ffe1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vncviewer/BaseTouchHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

#include "GestureEvent.h"

#include <sys/time.h>

class BaseTouchHandler {
public:
virtual ~BaseTouchHandler();
Expand Down

0 comments on commit 169ffe1

Please sign in to comment.