mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Fix building with PCH disabled.
This commit is contained in:
@ -4,6 +4,10 @@
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "Common/Logging/ConsoleListener.h"
|
||||
|
||||
ConsoleListener::ConsoleListener()
|
||||
|
Reference in New Issue
Block a user