Merge pull request #1524 from blackwarthog/feature4_fixes

Add missing include
This commit is contained in:
Jeremy Bullock 2017-11-07 09:48:37 -07:00 committed by GitHub
commit b1e61585a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
#include <QPainterPath>
#include <QBoxLayout>
#include <math.h>
#include <stdexcept>
using std::pair;