提交 fe4001f8 编写于 作者: M Matias Devenuta

Include <stdio.h> (for sprintf) when using UNITY_FLOAT_VERBOSE

上级 e8662ae1
......@@ -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];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册