X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/c15969fd0a6280c60d2f35876b5343004fed2b11..8964aa089c709fbf370be623d75a204480b26b3c:/sig/types.hpp diff --git a/sig/types.hpp b/sig/types.hpp index 117c7df..d2367af 100644 --- a/sig/types.hpp +++ b/sig/types.hpp @@ -22,6 +22,9 @@ #ifndef SIG_TYPES_H #define SIG_TYPES_H +#include +#include + #include "Standard.hpp" namespace sig { @@ -54,7 +57,7 @@ enum Primitive { }; struct Element { - char *name; + const char *name; struct Type *type; size_t offset; };