diff options
author | Andrew Knight <andrew.knight@intopalo.com> | 2015-07-28 17:31:05 +0300 |
---|---|---|
committer | Andrew Knight <andrew.knight@intopalo.com> | 2015-07-28 15:58:42 +0000 |
commit | 247ed37d15202430e2e4ed1163e762848828ca2d (patch) | |
tree | 2067420ed89e38431ec25714fc0b66edbd768563 | |
parent | b5bc5748321de0ed903cac91c249515d148d99dc (diff) | |
download | qttools-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.cpp | 1 |
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 |