Include stdint.h in gbagfx/huff.c

This commit is contained in:
PikalaxALT
2019-04-11 13:36:04 -04:00
parent 4af7c79db9
commit 72c0946c99
+1
View File
@@ -2,6 +2,7 @@
#include <string.h>
#include <assert.h>
#include <stdio.h>
#include <stdint.h>
#include "global.h"
#include "huff.h"