From 2ffb62b6780c2d947b883e87a9534cf71d8b61c5 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Fri, 27 Oct 2023 14:36:35 +0200 Subject: added missing includes (#504) this change adds some includes to files which "inherit" includes from elsewhere this was exposed on another branch when removing some heavy dependencies from central headers --- src/zenserver/vfs/vfsimpl.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/zenserver/vfs/vfsimpl.cpp') diff --git a/src/zenserver/vfs/vfsimpl.cpp b/src/zenserver/vfs/vfsimpl.cpp index 8acbfba87..3a107cace 100644 --- a/src/zenserver/vfs/vfsimpl.cpp +++ b/src/zenserver/vfs/vfsimpl.cpp @@ -12,6 +12,7 @@ #include #include +#include #if ZEN_WITH_VFS -- cgit v1.2.3