Added missing cmath header include.

This commit is contained in:
Mikołaj Siedlarek 2015-03-30 20:21:04 +02:00
parent 11abb11f9b
commit 6a3b8c71fd

View File

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