diff options
Diffstat (limited to 'netfs/pchFuse.hpp')
-rw-r--r-- | netfs/pchFuse.hpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/netfs/pchFuse.hpp b/netfs/pchFuse.hpp new file mode 100644 index 0000000..d563b57 --- /dev/null +++ b/netfs/pchFuse.hpp @@ -0,0 +1,14 @@ +#ifdef BOOST_BUILD_PCH_ENABLED +#ifndef NETFS_FUSE_PCH +#define NETFS_FUSE_PCH + +#include "pchCommon.hpp" +#include "fuseapp.h" +#include "fuseConfig.h" +#include <fuse.h> + +#endif +#endif + + + |