# HG changeset patch # User Chris Cannam # Date 1484221683 0 # Node ID 06f061c54b662234ca1f591bec9f525df4bf0a2f # Parent de83b1031a4a7a63457850c3a434df3791f0b264 Use explicit include paths; these seem to be picking up the wrong include on Fedora only (strangely) diff -r de83b1031a4a -r 06f061c54b66 main/PreferencesDialog.cpp --- 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; diff -r de83b1031a4a -r 06f061c54b66 main/Surveyer.cpp --- 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 #include -#include "version.h" +#include "../version.h" #include "transform/TransformFactory.h" #include "plugin/PluginIdentifier.h"