]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/interval-set.hh
* flower/include/std-string.hh:
[lilypond.git] / flower / include / interval-set.hh
index 6a6ad9e3cb62e4fdba11331443e4b78d81e7fc5e..eda3a5ef26e885a8673c3ab4afac2467ec12254d 100644 (file)
@@ -21,7 +21,7 @@
 */
 struct Interval_set
 {
-  std::vector<Interval> allowed_regions_;
+  vector<Interval> allowed_regions_;
 
   Interval_set ();
   void set_full ();