]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / stem.hh
index b9d69c7ba5052cbc27d4bded0b8906b8704bd3a7..da024edb351c87d0b0bdf75fc69c504637571c89 100644 (file)
@@ -7,6 +7,7 @@
 #ifndef STEM_HH
 #define STEM_HH
 
+#include "std-vector.hh"
 #include "lily-proto.hh"
 #include "lily-guile.hh"
 #include "stem-info.hh"
@@ -14,7 +15,7 @@
 class Stem
 {
 public:
-  static std::vector<int> note_head_positions (Grob *);
+  static vector<int> note_head_positions (Grob *);
   static int duration_log (Grob *);
   static void set_beaming (Grob *, int, Direction d);
   static int get_beaming (Grob *, Direction d);