Skip to content

Commit

Permalink
[Fix] mpt/base/algorithm.hpp: Add missing include.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@21706 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Sep 23, 2024
1 parent 4464067 commit 7d37bf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mpt/base/algorithm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "mpt/base/saturate_cast.hpp"

#include <algorithm>
#include <iterator>
#include <limits>
#include <type_traits>

Expand Down

0 comments on commit 7d37bf9

Please sign in to comment.