remove obsolete jack includes in libardour
[ardour.git] / gtk2_ardour / editor_snapshots.cc
index 093e21952f1ca99bc68b890223a3f7b309368181..ed49ef35b3c3dca02bf4b4dc6cf4a05509437a65 100644 (file)
@@ -32,6 +32,7 @@ using namespace std;
 using namespace PBD;
 using namespace Gtk;
 using namespace ARDOUR;
+using namespace ARDOUR_UI_UTILS;
 
 EditorSnapshots::EditorSnapshots (Editor* e)
        : EditorComponent (e)
@@ -173,7 +174,7 @@ EditorSnapshots::redisplay ()
                return;
        }
 
-       vector<sys::path> state_file_paths;
+       vector<std::string> state_file_paths;
 
        get_state_files_in_directory (_session->session_directory().root_path(),
                                      state_file_paths);