]> git.lyx.org Git - lyx.git/blobdiff - src/graph.C
Fix encoding of converters path and arguments
[lyx.git] / src / graph.C
index 87c67fc0758f989088f24fcd50a8f622c6bb425d..93533274320245531a83823130879494b04840c7 100644 (file)
 
 #include <algorithm>
 
+
+namespace lyx {
+
 using std::vector;
 using std::reverse;
+using std::fill;
 
 
 int Graph::bfs_init(int s, bool clear_visited)
@@ -196,3 +200,6 @@ void Graph::addEdge(int s, int t)
 }
 
 vector<Graph::Vertex> Graph::vertices_;
+
+
+} // namespace lyx