Open jabowery opened 5 years ago
I had the same problem on Ubuntu 20.04. The compilations works after this change:
diff --git a/src/configurationdata.cpp b/src/configurationdata.cpp
index 36dcc39..9536069 100644
--- a/src/configurationdata.cpp
+++ b/src/configurationdata.cpp
@@ -17,6 +17,7 @@
**************************************************************************/
#include "configurationdata.h"
+#include <QDataStream>
#if defined( Q_OS_WIN )
#ifndef _WIN32_IE
diff --git a/src/fractalgenerator.h b/src/fractalgenerator.h
index 2ba638f..082a601 100644
--- a/src/fractalgenerator.h
+++ b/src/fractalgenerator.h
@@ -19,6 +19,7 @@
#ifndef FRACTALGENERATOR_H
#define FRACTALGENERATOR_H
+#include <QObject>
#include <QEvent>
#include <QMutex>
#include <QWaitCondition>
Working on incorporating patches from Gentoo in https://github.com/mimecorg/fraqtive/issues/5
Hi @jabowery, now that @mimecorg merged PR #6 , can we close this issue?
I'm getting compile errors under Debian (Stretch) and Ubuntu 18.04 systems: