Added cstdint to ftt.cpp and CFileEntry.h

Signed-off-by: Alexis Maiquez <almamu@almamu.com>
This commit is contained in:
Alexis Maiquez 2023-05-06 16:41:31 +02:00
parent 1d45e2c88c
commit e18e6f01be
2 changed files with 4 additions and 2 deletions

View File

@ -26,8 +26,8 @@ namespace External::Android
* half of the twiddle factors are stored. Although there are still ways to make
* it even faster or smaller, it costs too much on one of the aspects.
*/
#include <stdio.h>
#include <stdint.h>
#include <cstdio>
#include <cstdint>
#ifdef __arm__
#include <machine/cpu-features.h>
#endif

View File

@ -1,5 +1,7 @@
#pragma once
#include <cstdint>
namespace WallpaperEngine::Assets
{
/**