Skip to content

Commit

Permalink
Fix missing headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd002 committed Jul 17, 2024
1 parent 0626e11 commit 8435915
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Source/PadHandler.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "PadHandler.h"
#include <algorithm>

void CPadHandler::InsertListener(CPadInterface* listener)
{
Expand Down
1 change: 1 addition & 0 deletions Source/iop/Iop_Usbd.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "Iop_Usbd.h"
#include <cstring>
#include "IopBios.h"
#include "../Log.h"
#include "string_format.h"
Expand Down
2 changes: 1 addition & 1 deletion deps/Framework
Submodule Framework updated 1 files
+2 −0 tests/TestDefs.h

0 comments on commit 8435915

Please sign in to comment.