lyx_mirror/src/mathed/pch.h
Lars Gullik Bjønnes b0fbc29aa3 some support for pch
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8947 a592a061-630c-0410-9148-cb99ea01b6c8
2004-08-15 21:45:30 +00:00

14 lines
230 B
C++

#include <config.h>
#include <boost/assert.hpp>
#include <boost/scoped_ptr.hpp>
#include <algorithm>
#include <fstream>
#include <iosfwd>
#include <iterator>
#include <map>
#include <sstream>
#include <string>
#include <vector>