fix a bunch of memory leaks
[ardour.git] / libs / ardour / smf_source.cc
index e39ef3f548408aa36e2681279710b6f2f8cbafbd..6ec7c5a78ce8318afc8890ea14df380769b91bbf 100644 (file)
@@ -26,6 +26,7 @@
 #include <errno.h>
 #include <regex.h>
 
+#include "pbd/file_utils.h"
 #include "pbd/stl_delete.h"
 #include "pbd/strsplit.h"
 
@@ -717,4 +718,5 @@ SMFSource::prevent_deletion ()
   
        _flags = Flag (_flags & ~(Removable|RemovableIfEmpty|RemoveAtDestroy));
 }
-
+               
+