Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2662)

Unified Diff: lily/script-engraver.cc

Issue 579240043: Issue 4550: Avoid "using namespace std;" in included files (Take 2) (Closed)
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lily/script-engraver.cc
diff --git a/lily/script-engraver.cc b/lily/script-engraver.cc
index eabb6942dacf6cd8af931d13b5d0d466f179e95f..30faba863b430d1e7930459d3d88a6613a47031f 100644
--- a/lily/script-engraver.cc
+++ b/lily/script-engraver.cc
@@ -35,6 +35,8 @@
#include "translator.icc"
+using std::vector;
+
struct Script_tuple
{
Stream_event *event_;

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b