mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 00:59:44 +00:00
CMake: Fix building ARM64 on Windows
This commit is contained in:
parent
a9dc4ac3f0
commit
213a9adcff
6 changed files with 72 additions and 5 deletions
|
@ -15,6 +15,10 @@
|
|||
#include "Common/CommonTypes.h"
|
||||
#include "Common/MathUtil.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <Windows.h>
|
||||
#endif
|
||||
|
||||
namespace Arm64Gen
|
||||
{
|
||||
namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue