summarylogtreecommitdiffstats
path: root/0006-fix-std-pow.patch
blob: fb866e9dd815ca62fe34ed686bad8ce28f0d9400 (plain)
1
2
3
4
5
6
7
8
9
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>