Merge pull request #289 from patrickdk77/master

Add needed header files to proxguiqt
This commit is contained in:
marshmellow42 2017-04-28 12:25:10 -04:00 committed by GitHub
commit a5eb7820a5

View file

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