Explorar el Código

[std] import haxe.ds.List in Template

Simon Krajewski hace 8 años
padre
commit
67bf6d5439
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      std/haxe/Template.hx

+ 2 - 0
std/haxe/Template.hx

@@ -21,6 +21,8 @@
  */
 package haxe;
 
+import haxe.ds.List;
+
 private enum TemplateExpr {
 	OpVar( v : String );
 	OpExpr( expr :  Void -> Dynamic );