diff --git a/CMakeLists.txt b/CMakeLists.txt index 16b42a7..321a9f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,6 +61,7 @@ set(libobjc_HDRS objc/objc-api.h objc/objc-arc.h objc/objc-auto.h + objc/objc-runtime.h objc/objc.h objc/runtime-deprecated.h objc/runtime.h diff --git a/objc/objc-runtime.h b/objc/objc-runtime.h new file mode 100644 index 0000000..4599f08 --- /dev/null +++ b/objc/objc-runtime.h @@ -0,0 +1,2 @@ +#include +#include