]> git.lyx.org Git - lyx.git/blobdiff - src/counters.C
last Friday's text*.C -> text_func shuffle
[lyx.git] / src / counters.C
index 328a279efe5525c11fcc66383df34974f2069128..a69b6a3c086e692148f6455af0ca56355fc70e68 100644 (file)
 
 #include "counters.h"
 #include "debug.h"
+#include "Lsstream.h"
 
 #include "support/lstrings.h"
 #include "support/LAssert.h"
 
+using namespace lyx::support;
+
 using std::endl;
 using std::vector;
 
@@ -168,7 +171,7 @@ void Counters::reset()
 
 void Counters::reset(string const & match)
 {
-       lyx::Assert(!match.empty());
+       Assert(!match.empty());
 
        CounterList::iterator it = counterList.begin();
        CounterList::iterator end = counterList.end();