1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix missed math include

This commit is contained in:
Serg 2015-02-18 11:02:09 +05:00
parent 1c3bcd000c
commit 0e3093bab4

View File

@ -29,6 +29,8 @@
#include <QVariantAnimation>
#include <QDebug>
#include <math.h>
FileTransferWidget::FileTransferWidget(QWidget *parent, ToxFile file)
: QWidget(parent)
, ui(new Ui::FileTransferWidget)