mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
- Regenerate patches PR: 225583 Submitted by: me Approved by: yonas@fizk.net (maintainer)
12 lines
272 B
C++
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>
|