partition_filesystem, vfs_real: Add missing standard includes

pull/8/head
Lioncash 7 years ago
parent d36e327ba6
commit ec71915ede

@ -2,6 +2,9 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <algorithm>
#include <cstddef>
#include <cstring>
#include <iterator>
#include <utility>

@ -2,6 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <algorithm>
#include <iterator>
#include <utility>

Loading…
Cancel
Save