BogaudioModules

BogaudioModules for VCV Rack
Log | Files | Refs | README | LICENSE

commit 086152538323893c5ff1020719b27209fc84addb
parent 5592ba3f51b551dd6f5a143351bbf74c1db5ae86
Author: Matt Demanett <matt@demanett.net>
Date:   Tue,  6 Feb 2018 21:29:50 -0500

Fixes #12: add header.

Diffstat:
Msrc/dsp/oscillator.hpp | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/dsp/oscillator.hpp b/src/dsp/oscillator.hpp @@ -1,5 +1,6 @@ #pragma once +#include <stdlib.h> #include <vector> #include "base.hpp"