ports/deskutils/nextcloudclient/files/patch-src_gui_accountsettings.cpp
Michael Reifenberger ea0ce349e7 Add nextcloudclient as of 20180323.
It's repocopied from owncloudclient.
2018-03-24 19:11:59 +00:00

12 lines
272 B
C++

--- 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>