diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-10-07 00:55:59 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-10-07 00:55:59 +0200 |
commit | 9a881ac796dd46b4bdde7f48d8003160c2242c2d (patch) | |
tree | 82f37aee29046c2adce979a1ee1268c470f7276e /options/value-traits.hpp | |
parent | 329a0e5a8d1d275fa7fa5533c8327139fc37e1ab (diff) |
fix GCC build errors
Issue: #726
Diffstat (limited to 'options/value-traits.hpp')
-rw-r--r-- | options/value-traits.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/value-traits.hpp b/options/value-traits.hpp index 3ab623da..31b6b534 100644 --- a/options/value-traits.hpp +++ b/options/value-traits.hpp @@ -5,6 +5,7 @@ #include <QString> +#include <cmath> #include <cinttypes> #include <type_traits> |