X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/4644480a22eda2f7350a8997bb2109f325b576fe..b92ceddb344ea82a067100ab116ff59d7f7c96f3:/Pooling.hpp diff --git a/Pooling.hpp b/Pooling.hpp index 4fa5dae..6ca8542 100644 --- a/Pooling.hpp +++ b/Pooling.hpp @@ -1,4 +1,4 @@ -/* Cycript - Remote Execution Server and Disassembler +/* Cycript - Error.hppution Server and Disassembler * Copyright (C) 2009 Jay Freeman (saurik) */ @@ -43,7 +43,8 @@ #include #include -#include +#include "Exception.hpp" +#include "Standard.hpp" _finline void *operator new(size_t size, apr_pool_t *pool) { return apr_palloc(pool, size);