Przeglądaj źródła

Utilities: Include math.h because of floor()

Klaas Freitag 10 lat temu
rodzic
commit
cf06083d1b
1 zmienionych plików z 1 dodań i 0 usunięć
  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)