diff main/Surveyer.cpp @ 1538:06f061c54b66

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 7707d9175d55
children 0b15f3b16776
line wrap: on
line diff
--- 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"