added include to avoid compile error on ubuntu

--HG--
branch : develop
This commit is contained in:
MitSchoko 2014-10-23 20:03:42 +02:00
parent 64c27f0e34
commit e9124f4f71

View file

@ -26,6 +26,7 @@
#include <QDebug>
#include "qmuparsererror.h"
#include <QtCore/qmath.h>
#include <stdexcept>
using namespace std;