Fix compilation: std::min is in <algorithm>
Change-Id: I89227bb9fca0f081a232c2ede10c4d455edb2ee9 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>bb10
parent
228392aff2
commit
07029c23f1
|
|
@ -58,6 +58,7 @@
|
|||
#include <qpainter.h>
|
||||
#include <qscreen.h>
|
||||
|
||||
#include <algorithm>
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class QXcbShmImage : public QXcbObject
|
||||
|
|
|
|||
Loading…
Reference in New Issue