mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 21:24:11 -04:00
Fix C++ header includes
This commit is contained in:
parent
79aba08295
commit
864979179a
2 changed files with 9 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <cstdlib>
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
#include <malloc.h>
|
||||
|
||||
#include <switch.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue