Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Commit

Permalink
Compile fix for Mac OS X 10.7 with 10.6 sdk
Browse files Browse the repository at this point in the history
Since it is an example it is cleaner to just include the header file
as it will be available on other platforms anyway.  Also ensured that
the Qt includes were first before the system ones.

Task-number: QTBUG-22641

Merge-request: 1462
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
  • Loading branch information
Andy Shaw authored and ossilator committed Nov 10, 2011
1 parent 6c24cde commit 4fffdab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/opengl/cube/mainwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@

#include <QBasicTimer>
#include <QMouseEvent>
#include <QDebug>

#include <math.h>

#include <QDebug>
#include <locale.h>

MainWidget::MainWidget(QWidget *parent) :
QGLWidget(parent),
Expand Down

0 comments on commit 4fffdab

Please sign in to comment.