summarylogtreecommitdiffstats
path: root/0006-fix-std-pow.patch
diff options
context:
space:
mode:
authoroi_wtf2016-05-13 22:40:55 +0200
committeroi_wtf2016-05-13 22:41:25 +0200
commitfe10896c6892f41fc3dde6c3d3502d40e4c57e6c (patch)
tree2339968288684602d36ebc5da60b1f3089f9cbef /0006-fix-std-pow.patch
parent5815ce3ad600700d25ae1b23d41391a493f36868 (diff)
downloadaur-fe10896c6892f41fc3dde6c3d3502d40e4c57e6c.tar.gz
fixes for GCC 6.x
Diffstat (limited to '0006-fix-std-pow.patch')
-rw-r--r--0006-fix-std-pow.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/0006-fix-std-pow.patch b/0006-fix-std-pow.patch
new file mode 100644
index 000000000000..fb866e9dd815
--- /dev/null
+++ b/0006-fix-std-pow.patch
@@ -0,0 +1,10 @@
+--- src/src/gui/xBRZ/xbrz.cpp.orig 2016-05-13 22:35:12.534869565 +0200
++++ src/src/gui/xBRZ/xbrz.cpp 2016-05-13 22:34:35.558177931 +0200
+@@ -15,6 +15,7 @@
+
+ #include "xbrz.h"
+ #include <cassert>
++#include <cmath>
+ #include <algorithm>
+ #include <vector>
+