Use explicit include paths; these seem to be picking up the wrong include on Fedora only (strangely)
author |
Chris Cannam |
date |
Thu, 12 Jan 2017 11:48:03 +0000 |
parents |
de83b1031a4a |
children |
56b268b96fcb |
files |
main/PreferencesDialog.cpp main/Surveyer.cpp |
diffstat |
2 files changed, 2 insertions(+), 2 deletions(-)
[+]
|
line diff
--- a/main/PreferencesDialog.cpp Thu Jan 12 09:02:28 2017 +0000
+++ b/main/PreferencesDialog.cpp Thu Jan 12 11:48:03 2017 +0000
@@ -47,7 +47,7 @@
#include "bqaudioio/AudioFactory.h"
-#include "version.h"
+#include "../version.h"
using namespace std;
--- a/main/Surveyer.cpp Thu Jan 12 09:02:28 2017 +0000
+++ b/main/Surveyer.cpp Thu Jan 12 11:48:03 2017 +0000
@@ -24,7 +24,7 @@
#include <QPushButton>
#include <QUrl>
-#include "version.h"
+#include "../version.h"
#include "transform/TransformFactory.h"
#include "plugin/PluginIdentifier.h"