diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-09-23 19:22:18 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-09-23 19:22:18 +0200 |
commit | 2658bc66b8b68212594c71f7b51199921c3c1df9 (patch) | |
tree | 4edda3c602a069b310f9923db22b0fa87ef6b229 /compat | |
parent | ec34d6575fa03f1e137739ee1946f0ba9d3f2830 (diff) |
use std::size
Diffstat (limited to 'compat')
-rw-r--r-- | compat/util.hpp | 3 |
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__ })()) |