fw4spl
SrcLib/pch/pchServicesOmp/include/pchServicesOmp/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 __PCHSERVICESOMP_PCH_HPP__
8 #define __PCHSERVICESOMP_PCH_HPP__
9 
10 // Cause an internal compiler error on windows...
11 #ifndef _WIN32
12 #include <fwCom/HasSignals.hpp>
13 #include <fwCom/Signal.hpp>
14 #include <fwCom/Signal.hxx>
15 #include <fwCom/HasSlots.hpp>
16 #include <fwCom/Slots.hpp>
17 #include <fwCom/Slots.hxx>
18 #endif // _WIN32
19 
20 #include <fwServices/IService.hpp>
21 #include <fwServices/macros.hpp>
22 
23 #include <boost/filesystem/path.hpp>
24 #include <boost/lexical_cast.hpp>
25 #include <boost/tokenizer.hpp>
26 
27 #endif // __PCHSERVICESOMP_PCH_HPP__