fw4spl
SrcLib/pch/pchCore/include/pchCore/pch.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2017.
3  * Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4  * published by the Free Software Foundation.
5  * ****** END LICENSE BLOCK ****** */
6 
7 #ifndef __PCHCORE_PCH_HPP__
8 #define __PCHCORE_PCH_HPP__
9 
10 #include <fwCore/base.hpp>
11 #include <fwCore/Demangler.hpp>
12 #include <fwCore/util/FactoryRegistry.hpp>
13 
14 #include <boost/filesystem.hpp>
15 #include <boost/graph/named_graph.hpp>
16 #include <boost/lexical_cast.hpp>
17 #include <boost/mpl/accumulate.hpp>
18 #include <boost/mpl/apply.hpp>
19 #include <boost/mpl/back_inserter.hpp>
20 #include <boost/mpl/copy.hpp>
21 #include <boost/mpl/empty.hpp>
22 #include <boost/mpl/eval_if.hpp>
23 #include <boost/mpl/if.hpp>
24 #include <boost/mpl/placeholders.hpp>
25 #include <boost/mpl/push_front.hpp>
26 #include <boost/mpl/transform.hpp>
27 #include <boost/mpl/vector.hpp>
28 #include <boost/type_traits.hpp>
29 
30 #include <cstdint>
31 #include <exception>
32 #include <functional>
33 #include <future>
34 #include <map>
35 #include <string>
36 #include <typeinfo>
37 #include <unordered_map>
38 #include <vector>
39 
40 #endif // __PCHCORE_PCH_HPP__