Move stdint.h to header so it can compile under windows.

This commit is contained in:
codestation
2014-01-05 21:45:40 -04:30
parent 88d51420e7
commit 96d60fb9ce
2 changed files with 2 additions and 1 deletions

View File

@@ -25,6 +25,8 @@
#include <QObject>
#include <QWaitCondition>
#include <inttypes.h>
class HTTPDownloader : public QObject
{
Q_OBJECT