Merge pull request #623 from msiedlarek/missing-cmath

Added missing cmath header include.
This commit is contained in:
David Capello 2015-03-30 15:29:09 -03:00
commit 61ca2df6c0

View File

@ -12,6 +12,8 @@
#include "base/connection.h"
#include "ui/timer.h"
#include <cmath>
namespace app {
class AnimatedWidget {