Skip to content

Commit

Permalink
#include <string> for new MSVC STL
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Aug 29, 2024
1 parent b26ba4d commit 292710f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/win32/unicode.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
// Copyright 2020 Jan Niklas Hasse <[email protected]>
// Copyright 2020-2024 Jan Niklas Hasse <[email protected]>
// For conditions of distribution and use, see copyright notice in LICENSE.txt

#include "unicode.hpp"

#include <codecvt>
#include <locale>
#include <string>

namespace jngl {

Expand Down

0 comments on commit 292710f

Please sign in to comment.