From ae7053775ba1c013d53143d2b860fcc88d214458 Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Thu, 4 Dec 2014 13:17:20 +0100 Subject: implemented CSSParser for selectors. The code compiles. Tests are still needed, though and there are some TODOs left. --- src/core/CSS.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/CSS.hpp') diff --git a/src/core/CSS.hpp b/src/core/CSS.hpp index e730721..1c0ed17 100644 --- a/src/core/CSS.hpp +++ b/src/core/CSS.hpp @@ -21,6 +21,7 @@ #include #include +#include #include "Managed.hpp" #include "Node.hpp" -- cgit v1.2.3