Skip to content

Commit

Permalink
Merged revision(s) 21709 from trunk/OpenMPT:
Browse files Browse the repository at this point in the history
[Fix] mpt/string/buffer.hpp: Add missing include.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.30@21713 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Sep 23, 2024
1 parent 28493ff commit 18e8158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mpt/string/buffer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

#include <algorithm>
#include <array>
#include <iterator>
#include <string>
#include <string_view>
#include <type_traits>
Expand Down

0 comments on commit 18e8158

Please sign in to comment.