fw4spl
SrcLib/core/fwData/include/fwData/pch.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2009-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 __FWDATA_PCH_HPP__
8 #define __FWDATA_PCH_HPP__
9 
10 #include <fwCom/HasSignals.hpp>
11 #include <fwCom/Signal.hpp>
12 
13 #include <fwCore/base.hpp>
14 #include <fwCore/macros.hpp>
15 #include <fwCore/mt/types.hpp>
16 #include <fwCore/util/FactoryRegistry.hpp>
17 
18 #include <fwTools/Object.hpp>
19 
20 #include <string>
21 #include <unordered_map>
22 
23 #endif // __FWDATA_PCH_HPP__
This file defines fwCore base macros.