mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
Fix building with PCH disabled.
This commit is contained in:
parent
7ada372ed9
commit
8aed7589ae
5 changed files with 18 additions and 0 deletions
|
@ -4,6 +4,10 @@
|
|||
|
||||
#include <cstdio>
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include "Common/Logging/ConsoleListener.h"
|
||||
|
||||
ConsoleListener::ConsoleListener()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue