mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-06-25 10:13:12 +08:00
Include <stdio.h> (for sprintf) when using UNITY_FLOAT_VERBOSE
This commit is contained in:
@ -285,7 +285,7 @@ void UnityPrintMask(const _U_UINT mask, const _U_UINT number)
|
||||
|
||||
//-----------------------------------------------
|
||||
#ifdef UNITY_FLOAT_VERBOSE
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
void UnityPrintFloat(_UF number)
|
||||
{
|
||||
char TempBuffer[32];
|
||||
|
Reference in New Issue
Block a user