[SCM] calf/master: + Envelope code: add missing #include statements

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:37:46 UTC 2013


The following commit has been merged in the master branch:
commit 588a6345f08a4faf8bbfba26fcbb546112686794
Author: kfoltman <kfoltman at 78b06b96-2940-0410-b7fc-879d825d01d8>
Date:   Thu Oct 16 22:16:11 2008 +0000

    + Envelope code: add missing #include statements
    
    
    git-svn-id: https://calf.svn.sourceforge.net/svnroot/calf/trunk@337 78b06b96-2940-0410-b7fc-879d825d01d8

diff --git a/src/calf/modules_synths.h b/src/calf/modules_synths.h
index e834ed4..de4458c 100644
--- a/src/calf/modules_synths.h
+++ b/src/calf/modules_synths.h
@@ -27,6 +27,7 @@
 #include "inertia.h"
 #include "osc.h"
 #include "synth.h"
+#include "envelope.h"
 #include "organ.h"
 
 namespace synth {
diff --git a/src/calf/organ.h b/src/calf/organ.h
index e16b3fa..ac8bf71 100644
--- a/src/calf/organ.h
+++ b/src/calf/organ.h
@@ -23,6 +23,7 @@
 #define __CALF_ORGAN_H
 
 #include "synth.h"
+#include "envelope.h"
 
 #define ORGAN_KEYTRACK_POINTS 4
 

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list