b1bcb8ab51
The release is a month or two old by now. Some Qt 5.15.2 patches have landed in the release, but not all of them. New translations require additional dependencies and patching in the right directory to search (PREFIX/share). There are no useful release notes for this release. PR: 251335
11 lines
391 B
C++
11 lines
391 B
C++
--- src/fractalalgorithminterface.cc.orig 2019-09-01 12:19:42 UTC
|
|
+++ src/fractalalgorithminterface.cc
|
|
@@ -23,6 +23,7 @@
|
|
#include "fractalalgorithminterface.h"
|
|
#include "uintconfigentry.h"
|
|
|
|
+#include <algorithm>
|
|
|
|
QList<FractalAlgorithmInterface*>* FractalAlgorithmInterface::AlgorithmList = nullptr;
|
|
bool FractalAlgorithmInterface::Updated = false;
|