2006-10-23 14:32:12 +00:00
|
|
|
/*
|
|
|
|
* \file pcheader.h
|
|
|
|
* This file is part of LyX, the document processor.
|
|
|
|
* Licence details can be found in the file COPYING.
|
|
|
|
*
|
|
|
|
* This is the compilation configuration file for LyX.
|
|
|
|
* It was generated by autoconfs configure.
|
|
|
|
* You might want to change some of the defaults if something goes wrong
|
|
|
|
* during the compilation.
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
2006-11-01 14:32:17 +00:00
|
|
|
#ifdef LYX_PCH_BOOST
|
2006-10-23 14:32:12 +00:00
|
|
|
#include <boost/any.hpp>
|
|
|
|
#include <boost/array.hpp>
|
|
|
|
#include <boost/assert.hpp>
|
2006-10-23 19:04:29 +00:00
|
|
|
#include <boost/bind.hpp>
|
2006-10-23 14:32:12 +00:00
|
|
|
#include <boost/crc.hpp>
|
|
|
|
#include <boost/cregex.hpp>
|
|
|
|
#include <boost/current_function.hpp>
|
|
|
|
#include <boost/function.hpp>
|
|
|
|
#include <boost/iterator/indirect_iterator.hpp>
|
|
|
|
#include <boost/optional.hpp>
|
|
|
|
#include <boost/regex.hpp>
|
|
|
|
#include <boost/scoped_array.hpp>
|
|
|
|
#include <boost/scoped_ptr.hpp>
|
2016-06-09 20:25:34 +00:00
|
|
|
#include <boost/signals2.hpp>
|
|
|
|
#include <boost/signals2/connection.hpp>
|
|
|
|
#include <boost/signals2/trackable.hpp>
|
2006-10-23 19:04:29 +00:00
|
|
|
#include <boost/tokenizer.hpp>
|
|
|
|
#include <boost/tuple/tuple.hpp>
|
|
|
|
#include <boost/utility.hpp>
|
2006-10-23 14:32:12 +00:00
|
|
|
#include <boost/version.hpp>
|
2006-11-01 14:32:17 +00:00
|
|
|
#endif
|
2006-10-23 14:32:12 +00:00
|
|
|
|
|
|
|
|
2006-11-01 14:32:17 +00:00
|
|
|
#ifdef LYX_PCH_STL
|
2006-10-23 14:32:12 +00:00
|
|
|
#include <algorithm>
|
|
|
|
#include <cerrno>
|
2006-10-23 19:04:29 +00:00
|
|
|
#include <cassert>
|
2006-10-23 14:32:12 +00:00
|
|
|
#include <clocale>
|
|
|
|
#include <csignal>
|
|
|
|
#include <cstddef>
|
|
|
|
#include <cstdio>
|
|
|
|
#include <cstdlib>
|
|
|
|
#include <deque>
|
|
|
|
#include <exception>
|
|
|
|
#include <fstream>
|
|
|
|
#include <functional>
|
|
|
|
#include <iomanip>
|
|
|
|
#include <ios>
|
|
|
|
#include <iosfwd>
|
|
|
|
#include <iostream>
|
|
|
|
#include <iterator>
|
|
|
|
#include <list>
|
|
|
|
#include <map>
|
|
|
|
#include <queue>
|
|
|
|
#include <set>
|
|
|
|
#include <sstream>
|
2006-10-23 19:04:29 +00:00
|
|
|
#include <string>
|
2006-10-23 14:32:12 +00:00
|
|
|
#include <stack>
|
|
|
|
#include <string>
|
|
|
|
#include <utility>
|
|
|
|
#include <vector>
|
2006-11-01 14:32:17 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
|
2014-07-21 06:49:05 +00:00
|
|
|
#if defined(LYX_PCH_QT) && defined(LYX_BUILD_QT_FRONTEND)
|
2006-11-01 14:32:17 +00:00
|
|
|
#include <QtCore>
|
2009-12-03 21:58:44 +00:00
|
|
|
#include <QtGui>
|
2006-11-01 14:32:17 +00:00
|
|
|
#endif
|