Skip to content

Commit 3bb92db

Browse files
committed
histogram.h: add stdint.h include
Fixes a build error due to the use of uint16_t
1 parent cf1a491 commit 3bb92db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

avs_core/filters/histogram.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
#include <avisynth.h>
3838
#include <vector>
39+
#include "stdint.h"
3940

4041
/********************************************************************
4142
********************************************************************/

0 commit comments

Comments
 (0)