fw4spl
SrcLib/pch/pchData/include/pchData/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 __PCHDATA_PCH_HPP__
8 #define __PCHDATA_PCH_HPP__
9 
10 #ifndef _WIN32
11 #include <fwCom/HasSignals.hpp>
12 #include <fwCom/Signal.hpp>
13 #include <fwCom/Signal.hxx>
14 #include <fwCom/HasSlots.hpp>
15 #include <fwCom/Slots.hpp>
16 #include <fwCom/Slots.hxx>
17 #endif // _WIN32
18 
19 #include <fwData/Image.hpp>
20 #include <fwData/Object.hpp>
21 
22 #endif // __PCHDATA_PCH_HPP__