Core/MIPS/MIPSTables.h: add stdint.h include

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć 2023-09-09 16:52:09 +02:00
parent d18dea4f6a
commit 0cbca92b27
No known key found for this signature in database
GPG key ID: 031C9FE65BED714A

View file

@ -18,6 +18,7 @@
#pragma once
#include <string>
#include <stdint.h>
#include "Common/CommonTypes.h"
#include "Core/MIPS/MIPS.h"