summaryrefslogtreecommitdiff
path: root/deskutils/nextcloudclient/files/patch-src_gui_accountsettings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/nextcloudclient/files/patch-src_gui_accountsettings.cpp')
-rw-r--r--deskutils/nextcloudclient/files/patch-src_gui_accountsettings.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/deskutils/nextcloudclient/files/patch-src_gui_accountsettings.cpp b/deskutils/nextcloudclient/files/patch-src_gui_accountsettings.cpp
new file mode 100644
index 000000000000..2f41eefd7126
--- /dev/null
+++ b/deskutils/nextcloudclient/files/patch-src_gui_accountsettings.cpp
@@ -0,0 +1,12 @@
+--- src/gui/accountsettings.cpp.orig 2017-12-20 15:03:02 UTC
++++ src/gui/accountsettings.cpp
+@@ -34,7 +34,8 @@
+ #include "tooltipupdater.h"
+ #include "filesystem.h"
+
+-#include <math.h>
++#include <climits>
++#include <cmath>
+
+ #include <QDesktopServices>
+ #include <QDir>