mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-02-25 08:05:04 +08:00
Add needed header files to proxguiqt
This commit is contained in:
parent
a8bd358225
commit
b8208bda88
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@
|
|||
#ifndef PROXGUI_QT
|
||||
#define PROXGUI_QT
|
||||
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <QApplication>
|
||||
#include <QPushButton>
|
||||
#include <QObject>
|
||||
|
|
Loading…
Reference in a new issue