Skip to content

Commit 963ecec

Browse files
rg_scanner: fix linux aarch64 compile error
1 parent dc7c535 commit 963ecec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/rg_scanner/ebur128/ebur128.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <float.h>
66
#include <limits.h>
77
#include <math.h> /* You may have to define _USE_MATH_DEFINES if you use MSVC */
8+
#include <stdint.h>
89
#include <stdio.h>
910
#include <stdlib.h>
1011

0 commit comments

Comments
 (0)