Fixed windows compilation issue.

This commit is contained in:
Steffen Schümann 2018-11-05 21:54:24 +01:00
parent 8e17597608
commit e57fd540b2

View File

@ -68,6 +68,7 @@
#include <wchar.h>
#include <windows.h>
#include <winioctl.h>
#include <shellapi.h>
#else
#include <dirent.h>
#include <fcntl.h>
@ -86,11 +87,11 @@
#include <algorithm>
#include <cctype>
#include <chrono>
#include <clocale>
#include <cstdlib>
#include <cstring>
#include <functional>
#include <fstream>
#include <clocale>
#include <functional>
#include <memory>
#include <stack>
#include <stdexcept>
@ -1211,7 +1212,6 @@ inline void postprocess_path_with_format(path::string_type& p, path::format fmt)
} // namespace detail
template <class Source, typename>
inline path::path(const Source& source, format fmt)
: _path(source)
@ -1658,7 +1658,6 @@ inline file_status status_ex(const path& p, std::error_code& ec, file_status* sl
} // namespace detail
inline u8arguments::u8arguments(int& argc, char**& argv)
: _argc(argc)
, _argv(argv)