Add needed header files to proxguiqt

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

View file

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