Skip to content

Commit

Permalink
Fix header inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Oct 5, 2023
1 parent fd414f8 commit 853f240
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libs/antares/args/args_to_utf8.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@

#ifdef YUNI_OS_WINDOWS
#include <string.h>
#include <cstdlib>
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN 1
#endif // WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <shellapi.h>
#endif // YUNI_OS_WINDOWS

#include <cstdlib>

IntoUTF8ArgsTranslator::IntoUTF8ArgsTranslator(int argc, char** argv)
: argc_(argc), argv_(argv)
{
Expand Down

0 comments on commit 853f240

Please sign in to comment.