Skip to content

Commit

Permalink
utilities: fix a few omissions when building on nopch
Browse files Browse the repository at this point in the history
  • Loading branch information
GovanifY authored and tadanokojin committed Jul 3, 2021
1 parent c1e625c commit 7276932
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/include/Utilities/PageFaultSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
// [TODO] OS-X (Darwin) platforms should use the Mach exception model (not implemented)

#include "EventSource.h"
#include "General.h"
#include <atomic>

struct PageFaultInfo
Expand Down
1 change: 1 addition & 0 deletions common/include/Utilities/pxEvents.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#pragma once

#include <wx/event.h>
#include "General.h"

wxDECLARE_EVENT(pxEvt_StartIdleEventTimer, wxCommandEvent);
wxDECLARE_EVENT(pxEvt_DeleteObject, wxCommandEvent);
Expand Down
2 changes: 2 additions & 0 deletions pcsx2/System.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@

#include "vtlb.h"

#include "Config.h"

typedef SafeArray<u8> VmStateBuffer;

class BaseVUmicroCPU;
Expand Down

0 comments on commit 7276932

Please sign in to comment.