Fix C++ header includes

This commit is contained in:
Michael Scire 2018-04-17 17:31:57 -06:00
parent 79aba08295
commit 864979179a
2 changed files with 9 additions and 3 deletions

View file

@ -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>