]> git.lyx.org Git - lyx.git/blobdiff - src/support/RandomAccessList.h
hopefully fix tex2lyx linking.
[lyx.git] / src / support / RandomAccessList.h
index c26d64668bdb0619111a862fe473de3e184e2075..22c0572e192a82443259cd334cf77c6efc6dbe81 100644 (file)
@@ -21,6 +21,9 @@
 #include <list>
 #include <algorithm>
 
+
+namespace lyx {
+
 #define USE_OLD_ITERATOR 1
 
 /// Random Access List.
@@ -276,4 +279,7 @@ private:
        IterCont iterCont_;
 };
 
+
+} // namespace lyx
+
 #endif