]> git.saurik.com Git - cycript.git/blobdiff - Pooling.hpp
Got true JS booleans working in GNUstep.
[cycript.git] / Pooling.hpp
index 4fa5dae2972e9e2957c0357a7b0c06f1359f2573..6ca8542b6fea19c15127a51874ebd95845e4d3ba 100644 (file)
@@ -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 <apr_pools.h>
 #include <apr_strings.h>
 
-#include <minimal/stdlib.h>
+#include "Exception.hpp"
+#include "Standard.hpp"
 
 _finline void *operator new(size_t size, apr_pool_t *pool) {
     return apr_palloc(pool, size);