summaryrefslogtreecommitdiff
path: root/p2pvr/daemon/pch.hpp
blob: deec57ca3e22d0dbb5705120f7a2a27950bba812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#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.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/shared_ptr.hpp>

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

#include <variableType.h>
#include <rdbmsDataSource.h>
#include <p2pvr.h>

#endif
#endif