summaryrefslogtreecommitdiff
path: root/p2pvr/daemon/pch.hpp
blob: 7c96f52e5a4fea5ee4e84d7c8cf827afd37972f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifdef BOOST_BUILD_PCH_ENABLED
#ifndef P2PVRLIB_PCH
#define P2PVRLIB_PCH

#include <Ice/Ice.h>
#include <glibmm.h>
#include <boost/bind.hpp>
#include <boost/function/function_fwd.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/shared_ptr.hpp>

#include <list>
#include <map>
#include <set>
#include <string>
#include <vector>

#endif
#endif