mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-12 09:54:27 +00:00
gcc: add a few missing includes (cstdlib, string)
This commit is contained in:
parent
bfffd20946
commit
14f76e2a91
2 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue