mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-29 21:08:25 +00:00
clang-tidy fix
This commit is contained in:
parent
e6e50f729c
commit
735be797d1
1 changed files with 1 additions and 1 deletions
|
|
@ -18,8 +18,8 @@ int main(int argc, char* argv[])
|
|||
#else
|
||||
|
||||
// Include on Windows only
|
||||
#include <locale>
|
||||
#include <codecvt>
|
||||
#include <locale>
|
||||
|
||||
class utf8argv
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue