diff options
author | Christian Glöckner <cgloeckner@freenet.de> | 2016-05-27 09:25:32 +0200 |
---|---|---|
committer | Christian Glöckner <cgloeckner@freenet.de> | 2016-05-27 09:25:32 +0200 |
commit | 66bfac5a0ae1068908639dd0190433f5ab430473 (patch) | |
tree | 0f95d007c9bc06697cc6f2588a52717417e6611f /src/instrumentparser.h | |
parent | 3846acf047ff9a37d0cb7bedf7fb7faa46473111 (diff) |
Instrument holds AudioFile via unique_ptr
Diffstat (limited to 'src/instrumentparser.h')
-rw-r--r-- | src/instrumentparser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/instrumentparser.h b/src/instrumentparser.h index 6cbaf8a..793bfb6 100644 --- a/src/instrumentparser.h +++ b/src/instrumentparser.h @@ -29,6 +29,7 @@ #include "saxparser.h" #include "instrument.h" +#include <memory> #include <vector> class InstrumentParser |