mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Add missing <functional> header include
This commit is contained in:
@ -30,6 +30,8 @@
|
|||||||
#include "UCode_AXStructs.h"
|
#include "UCode_AXStructs.h"
|
||||||
#include "../../DSP.h"
|
#include "../../DSP.h"
|
||||||
|
|
||||||
|
#include <functional>
|
||||||
|
|
||||||
#ifdef AX_GC
|
#ifdef AX_GC
|
||||||
# define PB_TYPE AXPB
|
# define PB_TYPE AXPB
|
||||||
# define SAMPLES_PER_FRAME 32
|
# define SAMPLES_PER_FRAME 32
|
||||||
|
Reference in New Issue
Block a user