]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_macrotable.C
Fix math cursor positioning bug
[lyx.git] / src / mathed / math_macrotable.C
index 09930bd598a87c07fdda8de60bfcb62dc4a1460e..f7bb45efcb5c3aa099dfdb255f10dbfde3dd1364 100644 (file)
 #include "debug.h"
 #include "dociterator.h"
 
-#include "support/std_sstream.h"
-
 #include <boost/assert.hpp>
 
+#include <sstream>
+
 using std::endl;
 using std::istringstream;
 using std::map;