diff --git a/src/utils/fstreewalk.cpp b/src/utils/fstreewalk.cpp index 939074b1..fc43edc3 100644 --- a/src/utils/fstreewalk.cpp +++ b/src/utils/fstreewalk.cpp @@ -44,6 +44,7 @@ const int FsTreeWalker::FtwTravMask = FtwTravNatural| #ifndef _WIN32 // dev/ino means nothing on Windows. It seems that FileId could replace it // but we only use this for cycle detection which we just disable. +#include class DirId { public: dev_t dev;