mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
fbd326a0a0
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32303 a592a061-630c-0410-9148-cb99ea01b6c8
72 lines
1.6 KiB
C++
72 lines
1.6 KiB
C++
/*
|
|
* \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.
|
|
*/
|
|
|
|
|
|
#ifdef LYX_PCH_BOOST
|
|
#include <boost/any.hpp>
|
|
#include <boost/array.hpp>
|
|
#include <boost/assert.hpp>
|
|
#include <boost/bind.hpp>
|
|
#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>
|
|
#include <boost/signal.hpp>
|
|
#include <boost/signals/connection.hpp>
|
|
#include <boost/signals/trackable.hpp>
|
|
#include <boost/tokenizer.hpp>
|
|
#include <boost/tuple/tuple.hpp>
|
|
#include <boost/utility.hpp>
|
|
#include <boost/version.hpp>
|
|
#endif
|
|
|
|
|
|
#ifdef LYX_PCH_STL
|
|
#include <algorithm>
|
|
#include <cerrno>
|
|
#include <cassert>
|
|
#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>
|
|
#include <string>
|
|
#include <stack>
|
|
#include <string>
|
|
#include <utility>
|
|
#include <vector>
|
|
#endif
|
|
|
|
|
|
#if defined(LYX_PCH_QT4) && defined(LYX_BUILD_QT4_FRONTEND)
|
|
#include <QtCore>
|
|
#include <QtGui>
|
|
#endif
|