]> git.lyx.org Git - lyx.git/blob - src/mathed/pch.h
"fix" bug #3332 (plain text export depends on the menu language)
[lyx.git] / src / mathed / pch.h
1 #include <config.h>
2
3 #include <boost/assert.hpp>
4 #include <boost/scoped_ptr.hpp>
5
6 #include <algorithm>
7 #include <fstream>
8 #include <iosfwd>
9 #include <iterator>
10 #include <map>
11 #include <sstream>
12 #include <string>
13 #include <vector>