]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Merge pull request #289 from patrickdk77/master
authormarshmellow42 <marshmellow42@users.noreply.github.com>
Fri, 28 Apr 2017 16:25:10 +0000 (12:25 -0400)
committerGitHub <noreply@github.com>
Fri, 28 Apr 2017 16:25:10 +0000 (12:25 -0400)
Add needed header files to proxguiqt

client/proxguiqt.h

index 8ea4d312a2dda96455091e811b2bfb1ce942eca9..b3a3e85a3bf4bfec1c6dd764be78972358e4a847 100644 (file)
@@ -11,6 +11,9 @@
 #ifndef PROXGUI_QT
 #define PROXGUI_QT
 
+#include <stdint.h>
+#include <string.h>
+
 #include <QApplication>
 #include <QPushButton>
 #include <QObject>
Impressum, Datenschutz