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
1 changed files with 3 additions and 0 deletions

View File

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