Browse Source

partition_filesystem, vfs_real: Add missing standard includes

nce_cpp
Lioncash 8 years ago
parent
commit
97f7a15e70
  1. 3
      src/core/file_sys/partition_filesystem.cpp
  2. 1
      src/core/file_sys/vfs_real.cpp

3
src/core/file_sys/partition_filesystem.cpp

@ -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>

1
src/core/file_sys/vfs_real.cpp

@ -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