Explorar o código

Utilities: Include math.h because of floor()

Klaas Freitag %!s(int64=10) %!d(string=hai) anos
pai
achega
cf06083d1b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/libsync/utility.cpp

+ 1 - 0
src/libsync/utility.cpp

@@ -42,6 +42,7 @@
 #include <unistd.h>
 #endif
 
+#include <math.h>
 #include <stdarg.h>
 
 #if defined(Q_OS_WIN)