diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-11 14:03:30 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-11 14:03:30 +0300 |
commit | 6dad6c604f89b8ffcddf08f9d81eecbb6b52b173 (patch) | |
tree | e5c222144ebc6270f5cab1ed27d828ab3ee4a687 /utils/libnt_path_converter | |
parent | add libnt_path_converter (diff) | |
download | windows7-drivers-6dad6c604f89b8ffcddf08f9d81eecbb6b52b173.tar.gz windows7-drivers-6dad6c604f89b8ffcddf08f9d81eecbb6b52b173.zip |
utils: bugfix
Diffstat (limited to '')
-rw-r--r-- | utils/libnt_path_converter/utils/convert_nt_path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/libnt_path_converter/utils/convert_nt_path.cpp b/utils/libnt_path_converter/utils/convert_nt_path.cpp index d80cc5a..158395d 100644 --- a/utils/libnt_path_converter/utils/convert_nt_path.cpp +++ b/utils/libnt_path_converter/utils/convert_nt_path.cpp @@ -8,8 +8,8 @@ #include "libnt_path_converter/all.hpp" -#include <iostream> #include <exception> +#include <iostream> int wmain(int argc, wchar_t* argv[]) { |