mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-22 15:05:41 +01:00
added missing includes to common_types.h
This commit is contained in:
parent
e022717477
commit
89fd6eb237
@ -24,6 +24,9 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <math.h>
|
||||
#include <xmmintrin.h> // data_types__m128.cpp
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#include <tchar.h>
|
||||
|
Loading…
Reference in New Issue
Block a user