stdint required

This commit is contained in:
James Alan Nguyen 2022-08-04 17:43:42 +10:00
parent b030f8285d
commit edb0f51131
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include "../ta-log.h"
#include "../fileutils.h"
#include <fmt/printf.h>
#include <stdint.h>
enum DivInsFormats {
DIV_INSFORMAT_DMP,