From e18e6f01be8338dcc29229f6d204f7d45fe300f6 Mon Sep 17 00:00:00 2001 From: Alexis Maiquez Date: Sat, 6 May 2023 16:41:31 +0200 Subject: [PATCH] Added cstdint to ftt.cpp and CFileEntry.h Signed-off-by: Alexis Maiquez --- src/External/Android/fft.cpp | 4 ++-- src/WallpaperEngine/Assets/CFileEntry.h | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/External/Android/fft.cpp b/src/External/Android/fft.cpp index 93122ef..6406889 100644 --- a/src/External/Android/fft.cpp +++ b/src/External/Android/fft.cpp @@ -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 -#include +#include +#include #ifdef __arm__ #include #endif diff --git a/src/WallpaperEngine/Assets/CFileEntry.h b/src/WallpaperEngine/Assets/CFileEntry.h index bf2ab9e..e73112a 100644 --- a/src/WallpaperEngine/Assets/CFileEntry.h +++ b/src/WallpaperEngine/Assets/CFileEntry.h @@ -1,5 +1,7 @@ #pragma once +#include + namespace WallpaperEngine::Assets { /**