]> git.saurik.com Git - cycript.git/blobdiff - Exception.hpp
Clean up dependencies now that they are tracked.
[cycript.git] / Exception.hpp
index 598548fd0358d51731185eb258c8acf7669f96c5..9f6a81a5e8f72a69479628914c31f1a50c082729 100644 (file)
@@ -26,6 +26,9 @@
 #include <JavaScriptCore/JSBase.h>
 #endif
 
+// XXX: does _assert really need this?
+#include <errno.h>
+
 #include "Standard.hpp"
 
 class CYPool;