Skip to content

Commit

Permalink
#include <string> needs to be in header
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Aug 29, 2024
1 parent 344759f commit bfc7d9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/win32/unicode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

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

namespace jngl {

Expand Down
3 changes: 2 additions & 1 deletion src/win32/unicode.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// 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 <string_view>
#include <string>

namespace jngl {

Expand Down

0 comments on commit bfc7d9a

Please sign in to comment.