mirror of
https://github.com/Almamu/linux-wallpaperengine.git
synced 2025-09-14 13:56:48 +08:00
Added cstdint to ftt.cpp and CFileEntry.h
Signed-off-by: Alexis Maiquez <almamu@almamu.com>
This commit is contained in:
parent
1d45e2c88c
commit
e18e6f01be
4
src/External/Android/fft.cpp
vendored
4
src/External/Android/fft.cpp
vendored
@ -26,8 +26,8 @@ namespace External::Android
|
|||||||
* half of the twiddle factors are stored. Although there are still ways to make
|
* 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.
|
* it even faster or smaller, it costs too much on one of the aspects.
|
||||||
*/
|
*/
|
||||||
#include <stdio.h>
|
#include <cstdio>
|
||||||
#include <stdint.h>
|
#include <cstdint>
|
||||||
#ifdef __arm__
|
#ifdef __arm__
|
||||||
#include <machine/cpu-features.h>
|
#include <machine/cpu-features.h>
|
||||||
#endif
|
#endif
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <cstdint>
|
||||||
|
|
||||||
namespace WallpaperEngine::Assets
|
namespace WallpaperEngine::Assets
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user