fw4spl
SrcLib/core/fwCore/include/fwCore/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 __FWCORE_PCH_HPP__
8 #define __FWCORE_PCH_HPP__
9 
10 #include <boost/config.hpp>
11 #include <boost/exception/exception.hpp>
12 #include <boost/preprocessor/cat.hpp>
13 #include <boost/preprocessor/comparison/equal.hpp>
14 #include <boost/preprocessor/control/expr_if.hpp>
15 #include <boost/preprocessor/control/if.hpp>
16 #include <boost/preprocessor/facilities/empty.hpp>
17 #include <boost/preprocessor/facilities/expand.hpp>
18 #include <boost/preprocessor/logical/and.hpp>
19 #include <boost/preprocessor/logical/not.hpp>
20 #include <boost/preprocessor/repetition/enum_params.hpp>
21 #include <boost/preprocessor/seq/elem.hpp>
22 #include <boost/preprocessor/seq/fold_right.hpp>
23 #include <boost/preprocessor/seq/for_each.hpp>
24 #include <boost/preprocessor/seq/for_each_i.hpp>
25 #include <boost/preprocessor/seq/seq.hpp>
26 #include <boost/preprocessor/seq/size.hpp>
27 #include <boost/preprocessor/seq/to_tuple.hpp>
28 #include <boost/preprocessor/seq/transform.hpp>
29 #include <boost/preprocessor/tuple/elem.hpp>
30 #include <boost/throw_exception.hpp>
31 
32 #include <iostream>
33 #include <iterator>
34 #include <map>
35 #include <memory>
36 #include <string>
37 #include <typeinfo>
38 #include <utility>
39 #include <vector>
40 
41 #endif // __FWCORE_PCH_HPP__