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

#include <boost/foreach.hpp>
#include <boost/thread/locks.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/shared_mutex.hpp>
#include <boost/tuple/tuple.hpp>
#include <exception>
#include <Ice/Ice.h>
#include <map>
#include <set>
#include <string>
#include <typeinfo>

#endif
#endif