]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathNest.C
MacOSX compile fix: The class Point conflicted with a struct defined in MacTypes.h.
[features.git] / src / mathed / InsetMathNest.C
index 25569afe88ff7ac0e355be99afbd0af93b05f92b..3ccd2e1a37b2f78a21c9447439babea56c927201 100644 (file)
 
 #include <sstream>
 
+using lyx::CoordCache;
 using lyx::docstring;
+using lyx::Point;
+
 using lyx::cap::copySelection;
 using lyx::cap::grabAndEraseSelection;
 using lyx::cap::cutSelection;