]> git.pld-linux.org Git - packages/qt4.git/blob - gcc-4.7.patch
Typo in Req tag (thanks glen)
[packages/qt4.git] / gcc-4.7.patch
1 --- qt-everywhere-opensource-src-4.8.2/src/corelib/tools/qiterator.h~   2012-04-26 21:46:08.000000000 +0200
2 +++ qt-everywhere-opensource-src-4.8.2/src/corelib/tools/qiterator.h    2012-06-15 23:37:12.800330726 +0200
3 @@ -43,13 +43,10 @@
4  #define QITERATOR_H
5  
6  #include <QtCore/qglobal.h>
7 +#include <iterator>
8  
9  QT_BEGIN_HEADER
10  
11 -namespace std {
12 -    struct bidirectional_iterator_tag;
13 -    struct random_access_iterator_tag;
14 -}
15  
16  QT_BEGIN_NAMESPACE
17  
This page took 0.034174 seconds and 3 git commands to generate.