Add cstdint to ies_loader

This commit is contained in:
Sven 2024-04-25 11:27:09 +00:00 committed by GitHub
parent 29ba0439b7
commit ba5351180b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -37,6 +37,7 @@
#include "ies_loader.h"
#include <assert.h>
#include <algorithm>
#include <cstdint>
#include <functional>
#include "math/mMathFn.h"

View file

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