summaryrefslogtreecommitdiff
path: root/netfs/fuse
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2014-12-17 21:24:43 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2014-12-17 21:24:43 +0000
commitc592487be97265f10a34d593e99f1fbce948f85f (patch)
tree197f9147ac7d528ad5d452d8c3490841c33382e0 /netfs/fuse
parentSupport complex types in rows and parameters (diff)
downloadnetfs-c592487be97265f10a34d593e99f1fbce948f85f.tar.bz2
netfs-c592487be97265f10a34d593e99f1fbce948f85f.tar.xz
netfs-c592487be97265f10a34d593e99f1fbce948f85f.zip
Add missing includes highlighted when precompiled headers are disabled
Diffstat (limited to 'netfs/fuse')
-rw-r--r--netfs/fuse/fuseDirs.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/netfs/fuse/fuseDirs.cpp b/netfs/fuse/fuseDirs.cpp
index 4c1b2aa..2f80711 100644
--- a/netfs/fuse/fuseDirs.cpp
+++ b/netfs/fuse/fuseDirs.cpp
@@ -1,4 +1,5 @@
#include "pch.hpp"
+#include <boost/foreach.hpp>
#include "fuse.h"
#include "misc.h"
#include "lockHelpers.h"