From 2658bc66b8b68212594c71f7b51199921c3c1df9 Mon Sep 17 00:00:00 2001
From: Stanislaw Halik <sthalik@misaki.pl>
Date: Sat, 23 Sep 2017 19:22:18 +0200
Subject: use std::size

---
 compat/util.hpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'compat/util.hpp')

diff --git a/compat/util.hpp b/compat/util.hpp
index 2dcc3a2a..811f2c1d 100644
--- a/compat/util.hpp
+++ b/compat/util.hpp
@@ -11,7 +11,8 @@
 #include <cmath>
 #include <utility>
 
-#include <QSharedPointer>
+#include <iterator>
+
 #include <QDebug>
 
 #define progn(...) (([&]() { __VA_ARGS__ })())
-- 
cgit v1.2.3