Fixed compilation errors with GCC 4.3 by adding missing includes
[platform/upstream/libzypp.git] / zypp / CapSetFwd.h
1 /*---------------------------------------------------------------------\
2 |                          ____ _   __ __ ___                          |
3 |                         |__  / \ / / . \ . \                         |
4 |                           / / \ V /|  _/  _/                         |
5 |                          / /__ | | | | | |                           |
6 |                         /_____||_| |_| |_|                           |
7 |                                                                      |
8 \---------------------------------------------------------------------*/
9 /** \file       zypp/CapSetFwd.h
10  *
11 */
12 #ifndef ZYPP_CAPSETFWD_H
13 #define ZYPP_CAPSETFWD_H
14
15 #include <set>
16
17 ///////////////////////////////////////////////////////////////////
18 namespace zypp
19 { /////////////////////////////////////////////////////////////////
20
21   class Capability;
22   class CapOrder;
23   typedef std::set<Capability,CapOrder> CapSet;
24
25   /////////////////////////////////////////////////////////////////
26 } // namespace zypp
27 ///////////////////////////////////////////////////////////////////
28 #endif // ZYPP_CAPSETFWD_H