]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stem.hh
Revert "Issue 4550 (2/2) Avoid "using namespace std;" in included files"
[lilypond.git] / lily / include / stem.hh
index ab325d427a9ad8dc187a2770d9fa4755c99b072c..7c4612552a13d6c3ea34545b2ff35ef69fae1890 100644 (file)
@@ -28,7 +28,7 @@
 class Stem
 {
 public:
-  static std::vector<int> note_head_positions (Grob *, bool filter = false);
+  static vector<int> note_head_positions (Grob *, bool filter = false);
   static int duration_log (Grob *);
   static void set_beaming (Grob *, int, Direction d);
   static int get_beaming (Grob *, Direction d);