X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/81345200c95645a1b0d2635520f96ad55dfde63f..ed1e77d3adeb83d26fd1dfb16dd84cabdcefd250:/API/ObjcRuntimeExtras.h?ds=inline diff --git a/API/ObjcRuntimeExtras.h b/API/ObjcRuntimeExtras.h index c85bc92..128df5c 100644 --- a/API/ObjcRuntimeExtras.h +++ b/API/ObjcRuntimeExtras.h @@ -23,6 +23,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#import #import #import #import @@ -163,7 +164,7 @@ typename DelegateType::ResultType parseObjCType(const char*& position) case 'l': return DelegateType::template typeInteger(); case 'q': - return DelegateType::template typeDouble(); + return DelegateType::template typeDouble(); case 'C': return DelegateType::template typeInteger(); case 'I':