Skip to content

Commit 4eb629e

Browse files
committed
moved iostream include to the top, since people reported XCode6 compile problems
1 parent 8381ad7 commit 4eb629e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/PythonQt.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
*/
4343
//----------------------------------------------------------------------------------
4444

45+
#include <iostream>
4546
#include "PythonQtUtils.h"
4647
#include "PythonQtSystem.h"
4748
#include "PythonQtInstanceWrapper.h"
@@ -56,8 +57,6 @@
5657
#include <QByteArray>
5758
#include <QStringList>
5859
#include <QtDebug>
59-
#include <iostream>
60-
6160

6261
class PythonQtClassInfo;
6362
class PythonQtPrivate;

0 commit comments

Comments
 (0)