mirror of
https://codeberg.org/TheGreatMcPain/yuzu.git
synced 2025-03-16 07:41:49 +00:00
added missing includes to common_types.h
This commit is contained in:
parent
e022717477
commit
89fd6eb237
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <math.h>
|
||||||
|
#include <xmmintrin.h> // data_types__m128.cpp
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
|
||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
|
|
Loading…
Add table
Reference in a new issue