ports/deskutils/owncloudclient/files/patch-src_gui_accountsettings.cpp
Guido Falsi 6a51b1787d Update to 2.2.0
PR:		209679
Submitted by:	me
Approved by:	Yonas Yanfa <yonas at fizk.net> (maintainer)
2016-05-25 08:20:24 +00:00

12 lines
289 B
C++

--- src/gui/accountsettings.cpp.orig 2016-05-12 07:59:12 UTC
+++ src/gui/accountsettings.cpp
@@ -31,7 +31,8 @@
#include "creds/abstractcredentials.h"
#include "tooltipupdater.h"
-#include <math.h>
+#include <climits>
+#include <cmath>
#include <QDebug>
#include <QDesktopServices>