]> Nishi Git Mirror - gwion.git/commitdiff
:art: Update optims
authorfennecdjay <astor.jeremie@wanadoo.fr>
Sat, 19 Jan 2019 21:00:00 +0000 (22:00 +0100)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Sat, 19 Jan 2019 21:00:00 +0000 (22:00 +0100)
opt/constant.c
opt/fold.c

index 4cb6bbfd73a07b878782369813296944f7ae47a4..66868402641100f9bac587098b6a5ac67cfaf401 100644 (file)
@@ -1,6 +1,7 @@
 #include "gwion_util.h"
 #include "gwion_ast.h"
 #include "oo.h"
+#include "env.h"
 #include "type.h"
 #include "constant.h"
 
index e7660acdd6b062a5bd89c6e6e957175b6916e3bd..272028af4c26397b3dccff10356edc688916588d 100644 (file)
@@ -1,6 +1,7 @@
 #include "gwion_util.h"
 #include "gwion_ast.h"
 #include "oo.h"
+#include "env.h"
 #include "type.h"
 #include "optim.h"
 #include "constant.h"