Skip to content

Commit 087d4a5

Browse files
committed
fix: add #include <cstdint> #228
1 parent b6dca3d commit 087d4a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libjamesdsp/JdspImpResToolbox.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <string.h>
55
#include <math.h>
66
#include <float.h>
7+
#include <stdint.h>
78

89
#include "jdsp_header.h"
910

0 commit comments

Comments
 (0)