summaryrefslogtreecommitdiff
path: root/src/domloader.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2024-03-21 18:03:15 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2024-03-24 16:11:12 +0100
commit12e527332abf7d8b05ddfbb64656d67a067fb5fb (patch)
tree37e84b9c7342e26e4cdc609ec4be8e076a3da02f /src/domloader.cc
parentabde59100338999d04633aa6d440b71ce128c846 (diff)
Compile with C++14 support.cpp14
Diffstat (limited to 'src/domloader.cc')
-rw-r--r--src/domloader.cc3
1 files changed, 1 insertions, 2 deletions
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 <unordered_map>
+#include <memory>
#include <hugin.hpp>
@@ -35,8 +36,6 @@
#include "path.h"
#include "channel.h"
-#include "cpp11fix.h"
-
struct channel_attribute_t
{
std::string cname;