From 7884727e78f9e2253b2b6d8ef441fa07272fe950 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 17 Jul 2009 22:12:21 +0000 Subject: massive changes to waf build scripts so that nearly everything "should" be working now except for i18n (OSC is not quite right) ; some preliminary work on post-main-out handling, incomplete; a couple of fixes from -Wall and valgrind git-svn-id: svn://localhost/ardour2/branches/3.0@5371 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/pitch.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs/ardour/ardour/pitch.h') diff --git a/libs/ardour/ardour/pitch.h b/libs/ardour/ardour/pitch.h index 3173f9ff23..589c370409 100644 --- a/libs/ardour/ardour/pitch.h +++ b/libs/ardour/ardour/pitch.h @@ -20,6 +20,10 @@ #ifndef __ardour_pitch_h__ #define __ardour_pitch_h__ +#ifdef WAF_BUILD +#include "libardour-config.h" +#endif + #include "ardour/filter.h" namespace ARDOUR { -- cgit v1.2.3