Skip to content

Commit

Permalink
[Fix] mpt/base/utility.hpp: Compile fix for Android NDK.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@22564 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Dec 17, 2024
1 parent 0ea86ab commit 0a7157b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpt/base/utility.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "mpt/base/detect_libcxx.hpp"
#include "mpt/base/namespace.hpp"

#if MPT_CXX_BEFORE(20) && !MPT_LIBCXX_LLVM_BEFORE(13000)
#if MPT_CXX_BEFORE(20) || MPT_LIBCXX_LLVM_BEFORE(13000)
#include "mpt/base/saturate_cast.hpp"
#include "mpt/base/saturate_round.hpp"
#endif
Expand Down

0 comments on commit 0a7157b

Please sign in to comment.