Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

Commit 0a622c9

Browse files
Add missing cstdio header for sscanf (#103)
Signed-off-by: Username404-59 <[email protected]>
1 parent 7b182c9 commit 0a622c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/misc/cacheLayer/multiElfCacheLayer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
**********************************************************************************************************************/
2525
#include "multiElfCacheLayer.h"
2626
#include <cinttypes>
27+
#include <cstdio>
2728

2829
namespace Util
2930
{

0 commit comments

Comments
 (0)