diff options
| author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-20 22:24:01 +0100 |
|---|---|---|
| committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-28 00:36:53 +0100 |
| commit | 8cf9eb7f431e235a39f380118cfd081a604ea1c9 (patch) | |
| tree | 40fb32350e16c85e65c44b121f8cf37d11ba6f13 /src/common/file_util.h | |
| parent | 79aa1b0808e8561560b58dab950ba4cd36e6aabb (diff) | |
Common: Fix FileUtil includes, and everything relying on those.
Diffstat (limited to 'src/common/file_util.h')
| -rw-r--r-- | src/common/file_util.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/common/file_util.h b/src/common/file_util.h index b65829291..8fe772aee 100644 --- a/src/common/file_util.h +++ b/src/common/file_util.h @@ -6,13 +6,12 @@ #include <array> #include <fstream> +#include <cstddef> #include <cstdio> -#include <cstring> #include <string> #include <vector> #include "common/common_types.h" -#include "common/string_util.h" // User directory indices for GetUserPath enum { |
