commit f384d92486d6b515cb628d0f52008a9e03341d8c
parent 2aa5060f390059b430fa7a62c05b7ff239adffba
Author: fundamental <[email protected]>
Date: Wed, 19 Apr 2023 21:51:34 -0400
Bank: Add stdint.h header include
As uint8_t is used, this header should be included.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/Misc/Bank.h b/src/Misc/Bank.h
@@ -18,6 +18,7 @@
#include <vector>
#include "../globals.h"
#include "Config.h"
+#include <stdint.h>
//entries in a bank
#define BANK_SIZE 160