Преглед на файлове

partition_filesystem, vfs_real: Add missing standard includes

Lioncash преди 8 години
родител
ревизия
ec71915ede
променени са 2 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 3 0
      src/core/file_sys/partition_filesystem.cpp
  2. 1 0
      src/core/file_sys/vfs_real.cpp

+ 3 - 0
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 - 0
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>