summaryrefslogtreecommitdiff
path: root/src/domloader.cc
diff options
context:
space:
mode:
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;