]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/file-path.cc
Doc-es: various updates.
[lilypond.git] / flower / file-path.cc
index 09e9c4a2fae2d5b2e6119d2072b0f4ad7a4ecf33..65cd517e5a07247fc798277631be1857601679e0 100644 (file)
 #define PATHSEP ':'
 #endif
 
+#include <algorithm>
+
 vector<string>
 File_path::directories () const
 {
   return dirs_;
 }
 
-#include <algorithm>
 void
 File_path::parse_path (const string &p)
 {