Add needed header files to proxguiqt

This commit is contained in:
patrickdk 2017-04-28 11:14:03 -04:00
commit b8208bda88

View file

@ -11,6 +11,9 @@
#ifndef PROXGUI_QT #ifndef PROXGUI_QT
#define PROXGUI_QT #define PROXGUI_QT
#include <stdint.h>
#include <string.h>
#include <QApplication> #include <QApplication>
#include <QPushButton> #include <QPushButton>
#include <QObject> #include <QObject>