Fix missing headers.

This commit is contained in:
Jean-Philip Desjardins 2024-07-17 19:30:07 -04:00
parent 0626e11396
commit 8435915c01
3 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,5 @@
#include "PadHandler.h" #include "PadHandler.h"
#include <algorithm>
void CPadHandler::InsertListener(CPadInterface* listener) void CPadHandler::InsertListener(CPadInterface* listener)
{ {

View file

@ -1,4 +1,5 @@
#include "Iop_Usbd.h" #include "Iop_Usbd.h"
#include <cstring>
#include "IopBios.h" #include "IopBios.h"
#include "../Log.h" #include "../Log.h"
#include "string_format.h" #include "string_format.h"

2
deps/Framework vendored

@ -1 +1 @@
Subproject commit eb39247737c8297ee305b16a8a6439e58ab128b5 Subproject commit 8d72f2b384dd79e6f210e3b85a76b565850264e5