mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
Fix missing headers.
This commit is contained in:
parent
0626e11396
commit
8435915c01
3 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "PadHandler.h"
|
||||
#include <algorithm>
|
||||
|
||||
void CPadHandler::InsertListener(CPadInterface* listener)
|
||||
{
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include "Iop_Usbd.h"
|
||||
#include <cstring>
|
||||
#include "IopBios.h"
|
||||
#include "../Log.h"
|
||||
#include "string_format.h"
|
||||
|
|
2
deps/Framework
vendored
2
deps/Framework
vendored
|
@ -1 +1 @@
|
|||
Subproject commit eb39247737c8297ee305b16a8a6439e58ab128b5
|
||||
Subproject commit 8d72f2b384dd79e6f210e3b85a76b565850264e5
|
Loading…
Add table
Add a link
Reference in a new issue