]> git.lyx.org Git - lyx.git/blobdiff - src/support/LRegex.h
fix lyxalgo.h, dra pagebreak with text on line, change the math_deco_search a bit
[lyx.git] / src / support / LRegex.h
index ebafc8540241f7c367eca3664aafe37409308773..4380423038ccca353a9c8c3544845aa276dacae6 100644 (file)
 #pragma interface
 #endif
 
-#include <vector>
-
 #include "LString.h"
 
+#include <vector>
+using std::vector;
+using std::pair;
+
 ///
 class LRegex {
 public: