Kaynağa Gözat

Utilities: Include math.h because of floor()

Klaas Freitag 10 yıl önce
ebeveyn
işleme
cf06083d1b
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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)