diff plugin/plugins/SamplePlayer.cpp @ 646:9a6b50d3cc50

* Build a single library with a single .pro file, instead of using a recursive build
author Chris Cannam
date Wed, 22 Sep 2010 10:54:50 +0100
parents 5eb5449432f5
children 06f13a3b9e9e
line wrap: on
line diff
--- a/plugin/plugins/SamplePlayer.cpp	Fri Sep 17 14:41:30 2010 +0100
+++ b/plugin/plugins/SamplePlayer.cpp	Wed Sep 22 10:54:50 2010 +0100
@@ -20,7 +20,8 @@
 #include "SamplePlayer.h"
 #include "system/System.h"
 
-#include <dssi.h>
+#include "../api/dssi.h"
+
 #include <cmath>
 #include <cstdlib>