projects
/
cycript.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Worked around an incorrect warning exposed by the optimizer on Linux: stack allocatin...
[cycript.git]
/
ObjectiveC
/
Output.mm
diff --git
a/ObjectiveC/Output.mm
b/ObjectiveC/Output.mm
index 639cc5275e4c0226f5c3ab5997fa2a645a12c14e..1121121c33963e8806783f509e3b53bf4309f20b 100644
(file)
--- a/
ObjectiveC/Output.mm
+++ b/
ObjectiveC/Output.mm
@@
-40,7
+40,7
@@
#include "Replace.hpp"
#include "ObjectiveC/Syntax.hpp"
-#include <
objc/runtime
.h>
+#include <
Foundation/Foundation
.h>
#include <sstream>
void CYCategory::Output(CYOutput &out, CYFlags flags) const {