Add missing includes

This commit is contained in:
Aleix Pol
2021-10-14 15:46:09 +02:00
parent a90970900a
commit 00c3d1c2ed
2 changed files with 2 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
#include <QSocketNotifier>
#include <poll.h>
#include <strings.h> //for bzero()
#include "krfbdebug.h"
struct RfbClient::Private
{

View File

@@ -24,6 +24,7 @@
#include "framebuffermanager.h"
#include "sockethelpers.h"
#include "krfbconfig.h"
#include "krfbdebug.h"
#include <QTimer>
#include <QApplication>
#include <QDesktopWidget>