mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-11 11:10:04 +01:00
gcc: add a few missing includes (cstdlib, string)
This commit is contained in:
parent
bfffd20946
commit
14f76e2a91
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include <atomic>
|
||||
#include <cassert>
|
||||
#include <cstdlib>
|
||||
#include <type_traits>
|
||||
#include <utility>
|
||||
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
#include <immintrin.h>
|
||||
#include <link.h>
|
||||
#include <linux/prctl.h>
|
||||
#include <string>
|
||||
#include <sys/prctl.h>
|
||||
#include <sys/ucontext.h>
|
||||
#include <ucontext.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue