Skip to content

Commit

Permalink
Refs #6616. Add missing include for fabs
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbekasov committed Mar 10, 2014
1 parent a012a0b commit 20e48a9
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -3,6 +3,7 @@
#include "qtpropertymanager.h"

#include <stdexcept>
#include <math.h>

ParameterPropertyManager::ParameterPropertyManager(QObject *parent)
: QtDoublePropertyManager(parent),
Expand Down

0 comments on commit 20e48a9

Please sign in to comment.