From 6773b36a4247ece032b33f220917630847cfc4d9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 16 Jun 2021 21:57:44 +0530 Subject: [PATCH] Forgot to add header to extension definition --- setup/extensions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/extensions.json b/setup/extensions.json index 4c84c6a866..ce9127accd 100644 --- a/setup/extensions.json +++ b/setup/extensions.json @@ -125,7 +125,7 @@ }, { "name": "fast_css_transform", - "headers": "calibre/utils/cpp_binding.h", + "headers": "calibre/utils/cpp_binding.h calibre/utils/stb_sprintf.h", "sources": "calibre/srv/fast_css_transform.cpp", "inc_dirs": "perfect-hashing", "needs_c++14": true