]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxsum.C
tostr -> convert and some bformat work
[lyx.git] / src / support / lyxsum.C
index 2c1f0e218ebe8949002928f6ceb2e77339bac496..3ce7994ebaed9c4e4210108f9486e56e8bffe069 100644 (file)
 #include <config.h>
 
 #include "support/lyxlib.h"
+
 #include "debug.h"
 
-#include <algorithm>
 #include <boost/crc.hpp>
 
+#include <algorithm>
+
 using std::endl;
+using std::string;
+
 
 // OK, this is ugly, but it is the only workaround I found to compile
 // with gcc (any version) on a system which uses a non-GNU toolchain.