summaryrefslogtreecommitdiff
path: root/p2pvr/devices/pch.hpp
blob: 2eeeea5f5ac38ead19fd9ddac98a24954806a2b8 (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 <boost/bind.hpp>
#include <boost/foreach.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 <thread>

#include <options.h>
#include <plugable.h>

#endif
#endif