summaryrefslogtreecommitdiff
path: root/netfs/pchDaemon.hpp
blob: cece5cb826a261428df2dd47fdfb0506d85cba2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifdef BOOST_BUILD_PCH_ENABLED
#ifndef NETFS_DAEMON_PCH
#define NETFS_DAEMON_PCH

#include "pchCommon.hpp"
#include <boost/filesystem/path.hpp>
#include "daemon.h"
#include <IceBox/IceBox.h>

#endif
#endif