]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathExtern.cpp
simplify GuiToc / TocWidget interaction. Much can still be simplified...
[lyx.git] / src / mathed / MathExtern.cpp
index 1a6330d4aa07efa58bec04cf8015ed9d76b00155..0895dcadeeae323f40f8fffb75c607fbbe7b352d 100644 (file)
 #include "MathStream.h"
 
 #include "support/docstream.h"
+#include "support/FileName.h"
 #include "support/filetools.h"
 #include "support/lstrings.h"
 
 #include <algorithm>
 #include <sstream>
 #include <fstream>
+#include <memory>
 
 using namespace std;
 using namespace lyx::support;