summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Knight <andrew.knight@intopalo.com>2015-07-28 17:31:05 +0300
committerAndrew Knight <andrew.knight@intopalo.com>2015-07-28 15:58:42 +0000
commit247ed37d15202430e2e4ed1163e762848828ca2d (patch)
tree2067420ed89e38431ec25714fc0b66edbd768563
parentb5bc5748321de0ed903cac91c249515d148d99dc (diff)
downloadqttools-247ed37d15202430e2e4ed1163e762848828ca2d.tar.gz
qttools-247ed37d15202430e2e4ed1163e762848828ca2d.tar.bz2
qttools-247ed37d15202430e2e4ed1163e762848828ca2d.zip
windeployqt: fix build under GCC/Clang
Change-Id: I11d9e930474715ad87ff4968fe4f90f24c78cd27 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-rw-r--r--src/windeployqt/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/windeployqt/main.cpp b/src/windeployqt/main.cpp
index 753c5489..f2831485 100644
--- a/src/windeployqt/main.cpp
+++ b/src/windeployqt/main.cpp
@@ -46,6 +46,7 @@
#include <QtCore/QVector>
#include <iostream>
+#include <cstdio>
QT_BEGIN_NAMESPACE