From 138170975af90c7a728f5f196bcbfb970f5f310b Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 28 Nov 2019 05:08:39 +0100 Subject: [PATCH] Add list.hpp to remwharead.hpp. --- include/remwharead.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/remwharead.hpp b/include/remwharead.hpp index c3d7f35..dfd005e 100644 --- a/include/remwharead.hpp +++ b/include/remwharead.hpp @@ -46,6 +46,7 @@ #include "export/json.hpp" #include "export/rss.hpp" #include "export/simple.hpp" +#include "export/list.hpp" #include "search.hpp" #include "sqlite.hpp" #include "time.hpp"