]> git.saurik.com Git - cycript.git/blobdiff - Cycript.yy.in
Bison's stack was using up *half* my parsing time.
[cycript.git] / Cycript.yy.in
index d5d7c981b72ce02d30f7a40c2e1a8ac90a3a7201..d797aedf24b4a12efe559c3fd286f2baf8f6fd29 100644 (file)
@@ -27,6 +27,7 @@
 %code requires {
 #include "Driver.hpp"
 #include "Parser.hpp"
+#include "Stack.hpp"
 #define CYNew new($pool)
 
 @begin ObjectiveC