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

Unified Diff: lily/system-start-delimiter-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/system-start-delimiter-engraver.cc
diff --git a/lily/system-start-delimiter-engraver.cc b/lily/system-start-delimiter-engraver.cc
index b48ab143e11516da210945d507d7aea891cbd94f..54dfa89f2f3b35778d91398b71ad079743440cc9 100644
--- a/lily/system-start-delimiter-engraver.cc
+++ b/lily/system-start-delimiter-engraver.cc
@@ -28,6 +28,8 @@
#include "translator.icc"
+using std::vector;
+
struct Bracket_nesting_node
{
public:

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