Switch to use QT5 Add patch to fix build with recent update to graphics/glew PR: 223426 Submitted by: zeising Approved by: maintainer timeout
10 lines
244 B
C++
10 lines
244 B
C++
--- src/base/str.h.orig 2017-11-04 13:56:43 UTC
|
|
+++ src/base/str.h
|
|
@@ -31,6 +31,7 @@
|
|
#include <vector>
|
|
#include <cstdarg>
|
|
#include <cerrno>
|
|
+#include <ctime>
|
|
|
|
#ifdef __GNUC__
|
|
# define STR_AFP(a, b) __attribute__ ((format (printf, a, b)))
|