diff --git a/Source/Core/Core/IOS/USB/Bluetooth/BTStub.cpp b/Source/Core/Core/IOS/USB/Bluetooth/BTStub.cpp index 9a38d96a4a..eb449bfdd8 100644 --- a/Source/Core/Core/IOS/USB/Bluetooth/BTStub.cpp +++ b/Source/Core/Core/IOS/USB/Bluetooth/BTStub.cpp @@ -6,11 +6,7 @@ #include "Common/ChunkFile.h" #include "Common/MsgHandler.h" - -namespace Core -{ -void DisplayMessage(const std::string& message, int time_in_ms); -} +#include "Core/Core.h" namespace IOS {