]> Nishi Git Mirror - gwion.git/commitdiff
:fire: Update optimize folder
authorfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 20 Jun 2019 15:02:30 +0000 (17:02 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 20 Jun 2019 15:02:30 +0000 (17:02 +0200)
opt/fold.c

index 26633fbaf4eac7c540790a6aebec3211b54507db..8ceea72ce42d751406335bede343d8e42a5df210 100644 (file)
@@ -8,6 +8,7 @@
 #include "type.h"
 #include "optim.h"
 #include "constant.h"
+#include "traverse.h"
 #include "parse.h"
 
 ANN static void fold_exp(MemPool mp, const Exp_Binary* bin) {