Decouple <cstdint>

This commit is contained in:
Martin Natano
2023-04-20 12:34:12 +02:00
parent bcea05dd67
commit aa87f85eef
167 changed files with 1533 additions and 1307 deletions
+2 -1
View File
@@ -4,6 +4,7 @@
#include "RageUtil_AutoPtr.h"
#include <cstddef>
#include <cstdint>
REGISTER_CLASS_TRAITS( RageFileBasic, pCopy->Copy() );
@@ -313,7 +314,7 @@ void RageFileObj::EnableCRC32( bool bOn )
m_iCRC32 = 0;
}
bool RageFileObj::GetCRC32( uint32_t *iRet )
bool RageFileObj::GetCRC32( std::uint32_t *iRet )
{
if( !m_bCRC32Enabled )
return false;