mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-13 03:29:11 +00:00
Fix Linux build
This commit is contained in:
parent
2afe215271
commit
dc1db82f70
9 changed files with 24 additions and 10 deletions
|
@ -1,5 +1,3 @@
|
|||
#include "Common.h"
|
||||
#include "Thread.h"
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <assert.h>
|
||||
|
@ -56,3 +54,6 @@
|
|||
#include <unordered_set>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include "Common/Common.h"
|
||||
#include "Common/Thread.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue