summaryrefslogtreecommitdiff
path: root/netfs/daemon/pch.hpp
blob: 3229655e7dcd6427eafbfb8d3c5e560026456a6b (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 "../lib/pch.hpp"
#include <boost/filesystem/path.hpp>
#include "daemon.h"
#include <IceBox/IceBox.h>

#endif
#endif