summaryrefslogtreecommitdiffhomepage
path: root/compat/util.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'compat/util.hpp')
-rw-r--r--compat/util.hpp3
1 files changed, 2 insertions, 1 deletions
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__ })())