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 { /**