Include memory header in TripleOscillator

This commit is contained in:
sakertooth
2023-08-27 23:37:32 -04:00
parent 53728ce70f
commit 12fe2b9419

View File

@@ -26,6 +26,8 @@
#ifndef _TRIPLE_OSCILLATOR_H
#define _TRIPLE_OSCILLATOR_H
#include <memory>
#include "Instrument.h"
#include "InstrumentView.h"
#include "AutomatableModel.h"