summaryrefslogtreecommitdiff
path: root/netfs/lib/pch.hpp
blob: 91b6a5b432d387a698f7efd04d8d5a3d409f77de (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/shared_mutex.hpp>
#include <boost/multi_index_container.hpp>
#include <boost/multi_index/member.hpp>
#include <boost/multi_index/ordered_index.hpp>
#include <exception>
#include <Ice/Ice.h>
#include <map>
#include <set>
#include <string>
#include <lockHelpers.h>

#endif
#endif