From 06e1de4674425cc5e4a1437b8d73a42d6f36ad24 Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Thu, 4 Dec 2014 13:59:38 +0100 Subject: added test code for the CSS Parser (at least for selectors). This fails, however, for some reason with the Manager. This is a topic for tomorrows session. --- src/core/CSSParser.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/CSSParser.hpp') diff --git a/src/core/CSSParser.hpp b/src/core/CSSParser.hpp index c1a4c0d..7dfc872 100644 --- a/src/core/CSSParser.hpp +++ b/src/core/CSSParser.hpp @@ -23,6 +23,7 @@ #include #include "BufferedCharReader.hpp" +#include "CodeTokenizer.hpp" #include "CSS.hpp" #include "Exceptions.hpp" -- cgit v1.2.3