From 12e527332abf7d8b05ddfbb64656d67a067fb5fb Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 21 Mar 2024 18:03:15 +0100 Subject: Compile with C++14 support. --- src/domloader.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/domloader.cc') diff --git a/src/domloader.cc b/src/domloader.cc index c78ed75..57f1d12 100644 --- a/src/domloader.cc +++ b/src/domloader.cc @@ -27,6 +27,7 @@ #include "domloader.h" #include +#include #include @@ -35,8 +36,6 @@ #include "path.h" #include "channel.h" -#include "cpp11fix.h" - struct channel_attribute_t { std::string cname; -- cgit v1.2.3