Fix clang compile issues

This commit is contained in:
NovaSquirrel 2020-10-08 20:50:36 -04:00
parent 117e6265b0
commit 931c3cf69b
2 changed files with 1 additions and 2 deletions

View file

@ -165,7 +165,7 @@ public:
shared_ptr<ControlManager> GetControlManager();
shared_ptr<DmaController> GetDmaController();
shared_ptr<Msu1> GetMsu1();
HistoryViewer* Console::GetHistoryViewer();
HistoryViewer* GetHistoryViewer();
shared_ptr<Debugger> GetDebugger(bool autoStart = true);
void StopDebugger();

View file

@ -1,4 +1,3 @@
#pragma once
#include "stdafx.h"
#include "HistoryViewer.h"
#include "RewindData.h"