Cleanup previous commit.
[ardour.git] / libs / ardour / session_directory.cc
index 612e446e08415f97aeaa6e38254a8f3cb25c201c..09c2154c30c0e4e269d7925dd9926a2fb925bf98 100644 (file)
@@ -1,5 +1,5 @@
 /*
-       Copyright (C) 2007 Tim Mayberry 
+       Copyright (C) 2007 Tim Mayberry
 
        This program is free software; you can redistribute it and/or modify
        it under the terms of the GNU General Public License as published by
@@ -28,6 +28,7 @@
 
 namespace ARDOUR {
 
+using namespace std;
 using namespace PBD::sys;
 
 SessionDirectory::SessionDirectory (const path& session_path)
@@ -139,7 +140,7 @@ SessionDirectory::export_path () const
 const vector<path>
 SessionDirectory::sub_directories () const
 {
-       vector<path> tmp_paths; 
+       vector<path> tmp_paths;
 
        tmp_paths.push_back ( sound_path () );
        tmp_paths.push_back ( midi_path () );