mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-10 15:38:08 +01:00
types.hpp: #include <new>
Co-Authored-By: RipleyTom <RipleyTom@users.noreply.github.com>
This commit is contained in:
parent
6de8861b4e
commit
fec2be87f6
|
|
@ -13,6 +13,7 @@
|
|||
#include <bit>
|
||||
#include <string>
|
||||
#include <source_location>
|
||||
#include <new>
|
||||
|
||||
#if defined(__SSE2__) || defined(_M_X64) || defined(_M_AMD64) || defined(__x86_64__) || defined(__amd64__)
|
||||
#define ARCH_X64 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue