From d5a183e14d42560632a6aa270aede226215bb3d3 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 4 Dec 2011 21:06:24 +0000 Subject: @font-face support. Credit: James Montgomerie Things missing: parser tests; the following descriptors: font-feature-settings, font-stretch, font-variant, unicode-range. svn path=/trunk/libcss/; revision=13244 --- include/libcss/libcss.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/libcss/libcss.h') diff --git a/include/libcss/libcss.h b/include/libcss/libcss.h index 551177c..89e83b5 100644 --- a/include/libcss/libcss.h +++ b/include/libcss/libcss.h @@ -22,6 +22,7 @@ extern "C" #include #include #include +#include #ifdef __cplusplus } -- cgit v1.2.1