libs/web: introduce recursive expression support for datatypes, introduce "or" and...
[project/luci.git] / libs / web / src / template_lualib.h
index de915e1..d628b9d 100644 (file)
@@ -20,6 +20,7 @@
 #define _TEMPLATE_LUALIB_H_
 
 #include "template_parser.h"
+#include "template_utils.h"
 
 #define TEMPLATE_LUALIB_META  "template.parser"