hopefully fix the build, and actually use the options
[ardour.git] / libs / ardour / session_state_utils.cc
index 00ab88d0ef48732848f6b00de00aee3e9a96b9d3..7f12cb40665f1ecb4a2fd2df07bccd33c138c350 100644 (file)
@@ -27,6 +27,9 @@
 
 #include "i18n.h"
 
+using namespace std;
+using namespace PBD;
+
 namespace ARDOUR {
 
 bool
@@ -52,7 +55,7 @@ create_backup_file (const sys::path & file_path)
 
 void
 get_state_files_in_directory (const sys::path & directory_path,
-               vector<sys::path> & result)
+                             vector<sys::path> & result)
 {
        Glib::PatternSpec state_file_pattern('*' + string(statefile_suffix));