summaryrefslogtreecommitdiff
path: root/netfs/fuse/pch.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'netfs/fuse/pch.hpp')
-rw-r--r--netfs/fuse/pch.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/netfs/fuse/pch.hpp b/netfs/fuse/pch.hpp
new file mode 100644
index 0000000..7cb79ed
--- /dev/null
+++ b/netfs/fuse/pch.hpp
@@ -0,0 +1,13 @@
+#ifdef BOOST_BUILD_PCH_ENABLED
+#ifndef NETFS_FUSE_PCH
+#define NETFS_FUSE_PCH
+
+#include "../lib/pch.hpp"
+#include "../../libfusepp/fuseapp.h"
+#include <fuse.h>
+
+#endif
+#endif
+
+
+