Browse Source

Fixing clang build on OSX

std::abs() is function from <complex>, current HEAD doesn't build on OSX with latest clang because of missing include. This commit fixes the build.
pull/1588/head
llya Kowalewski 10 years ago
parent
commit
275f2a97f1
  1. 2
      src/widget/tool/screengrabberchooserrectitem.cpp

2
src/widget/tool/screengrabberchooserrectitem.cpp

@ -16,6 +16,8 @@ @@ -16,6 +16,8 @@
#include "screengrabberchooserrectitem.h"
#include <complex>
#include <QGraphicsSceneMouseEvent>
#include <QGraphicsScene>
#include <QPainter>

Loading…
Cancel
Save