summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/portage/gcc-7.patch
blob: fccac1e4c1d4c9092ba8d25c6e4f799f20480e5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- portage/portage/interpolate/interpolate_1st_order.h.orig	2019-06-19 13:52:51.930855056 -0600
+++ portage/portage/interpolate/interpolate_1st_order.h	2019-06-19 13:53:05.087946460 -0600
@@ -13,6 +13,7 @@
 #include <iostream>
 #include <utility>
 #include <vector>
+#include <math.h>
 
 #include "portage/support/portage.h"