]> git.saurik.com Git - cycript.git/blobdiff - ObjectiveC/Internal.hpp
Move x.type() to typeid(x) and implement variadic.
[cycript.git] / ObjectiveC / Internal.hpp
index d4e542601ab836c707077d445eafe95a2d7bd21d..9cffb48ece8086176a42a0cb867b156990564615 100644 (file)
 #ifndef CYCRIPT_OBJECTIVEC_INTERNAL_HPP
 #define CYCRIPT_OBJECTIVEC_INTERNAL_HPP
 
-#include <Internal.hpp>
 #include <objc/objc.h>
 
+#include "../Internal.hpp"
+
 struct Selector_privateData :
     CYValue
 {