1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/deskutils/fet/files/patch-src__engine__timeconstraint.cpp
Dmitry Marakasov 210f08918d - Update to 5.30.1
- While here, cosmetic fixes and regenerate patch

PR:		211215
Submitted by:	udvzsolt@gmail.com (maintainer)
2016-07-19 14:39:39 +00:00

11 lines
268 B
C++

--- src/engine/timeconstraint.cpp.orig 2016-04-09 13:57:44 UTC
+++ src/engine/timeconstraint.cpp
@@ -39,6 +39,7 @@ File timeconstraint.cpp
//for min max functions
#include <algorithm>
+#include <stdlib.h>
using namespace std;
static QString trueFalse(bool x){