[Pkg-owncloud-commits] [owncloud-client] 466/484: Utilities: Include math.h because of floor()
Sandro Knauß
hefee-guest at moszumanska.debian.org
Wed Dec 16 00:38:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit cf06083d1bcf79e0294f5407af194d5083eba56c
Author: Klaas Freitag <freitag at owncloud.com>
Date: Wed Dec 2 17:56:31 2015 +0100
Utilities: Include math.h because of floor()
---
src/libsync/utility.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/libsync/utility.cpp b/src/libsync/utility.cpp
index 914e9f8..e511d80 100644
--- a/src/libsync/utility.cpp
+++ b/src/libsync/utility.cpp
@@ -42,6 +42,7 @@
#include <unistd.h>
#endif
+#include <math.h>
#include <stdarg.h>
#if defined(Q_OS_WIN)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list