mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 23:30:29 -04:00
20 lines
425 B
Text
20 lines
425 B
Text
--- src/configurationdata.cpp.orig 2015-01-24 14:43:13 UTC
|
|
+++ src/configurationdata.cpp
|
|
@@ -25,6 +25,7 @@
|
|
#include <shlobj.h>
|
|
#endif
|
|
|
|
+#include <QDataStream>
|
|
#include <QDir>
|
|
#include <cstdlib>
|
|
|
|
--- src/fractalgenerator.h.orig 2012-12-03 22:37:51 UTC
|
|
+++ src/fractalgenerator.h
|
|
@@ -21,6 +21,7 @@
|
|
|
|
#include <QEvent>
|
|
#include <QMutex>
|
|
+#include <QObject>
|
|
#include <QWaitCondition>
|
|
|
|
#include "abstractjobprovider.h"
|