]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/pch.h
Now tex2lyx is able to set the encoding from what it reads in the preamble.
[lyx.git] / src / tex2lyx / pch.h
1 #include <config.h>
2
3 #include <algorithm>
4 #include <cstdlib>
5 #include <exception>
6 #include <fstream>
7 #include <iosfwd>
8 #include <iostream>
9 #include <map>
10 #include <sstream>
11 #include <string>
12 #include <vector>