1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-29 10:39:47 +01:00

Add missing include for std::floor().

This commit is contained in:
John Maguire 2013-01-23 12:11:59 +01:00
parent e6d16e7645
commit 0e6ff8fdc6

View File

@ -16,6 +16,9 @@
*/
#include "outgoingdatacreator.h"
#include <cmath>
#include "networkremote.h"
#include "core/logging.h"
#include "core/timeconstants.h"