vfs: add vfs handle header to single_file header

Fixes #1238.
This commit is contained in:
Josef Söntgen 2014-08-19 15:38:28 +02:00 committed by Norman Feske
parent 3d516c451d
commit 51b6c4b508
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#define _INCLUDE__VFS__SINGLE_FILE_SYSTEM_H_
#include <vfs/file_system.h>
#include <vfs/vfs_handle.h>
namespace Vfs { class Single_file_system; }