From 3c6ca49b23fd6a2df735e0eaf93432bfef3cba97 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 4 May 2024 20:48:57 +0200 Subject: More 2-stage lookup tables --- gen/prop/nt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gen/prop/nt') diff --git a/gen/prop/nt b/gen/prop/nt index 477789c..c799f7f 100755 --- a/gen/prop/nt +++ b/gen/prop/nt @@ -38,6 +38,8 @@ def genfile(cs: list[tuple[bool, ...]], blksize: int) -> None: print('''\ /* This file is autogenerated by gen/prop/nt; DO NOT EDIT. */ +#include + #include "unicode/prop.h" ''') -- cgit v1.2.3