fw4spl
SrcLib/core/fwDataCamp/include/fwDataCamp/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 __FWDATACAMP_PCH_HPP__
8 #define __FWDATACAMP_PCH_HPP__
9 
10 // This pch would look identical to pchData, but the big difference is that it is compiled with -DCAMP_COMPILATION
11 
12 #include <fwCamp/UserObject.hpp>
13 
14 #include <fwCom/HasSignals.hpp>
15 #include <fwCom/Signal.hpp>
16 
17 #include <fwData/Object.hpp>
18 #include <fwData/camp/mapper.hpp>
19 
20 #endif // __FWDATACAMP_PCH_HPP__