Merge pull request #1263 from SKBotNL/fix-ies_loader

Add cstdint to ies_loader
This commit is contained in:
Brian Roberts 2024-04-25 13:45:12 -05:00 committed by GitHub
commit 5fdb2b848d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,6 +37,7 @@
#ifndef _H_IES_LOADER_H_
#define _H_IES_LOADER_H_
#include <cstdint>
#include <vector>
#include <string>