Skip to content

Commit

Permalink
Merged revision(s) 20654 from trunk/OpenMPT:
Browse files Browse the repository at this point in the history
[Mod] Include mpt/check before mpt/base in stdafx.h.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.31@20657 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Apr 26, 2024
1 parent e7b8ad9 commit 59cf067
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
#endif


#include "mpt/base/span.hpp"
#include "mpt/check/compiler.hpp"
#include "mpt/check/libc.hpp"
#if defined(MPT_WITH_MFC)
Expand All @@ -72,6 +71,8 @@
#if MPT_OS_WINDOWS
#include "mpt/check/windows.hpp"
#endif

#include "mpt/base/span.hpp"
#include "mpt/exception/exception.hpp"
#include "mpt/exception/exception_text.hpp"
#include "mpt/out_of_memory/out_of_memory.hpp"
Expand Down

0 comments on commit 59cf067

Please sign in to comment.