Add missing XML header to vfs/file_system.h

Ref #2870
This commit is contained in:
Ehmry - 2018-06-26 16:37:17 +02:00 committed by Norman Feske
parent 1d3ec6f0ae
commit e8dc6c84a4
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include <vfs/directory_service.h>
#include <vfs/file_io_service.h>
#include <util/xml_node.h>
namespace Vfs { class File_system; }