From 8e433a1e4ea5eec3ee913f596f11bc9ff26d8d10 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Thu, 21 Apr 2005 01:23:35 +0000 Subject: [PATCH 1/1] * Friend declaration is no declaration 11.4/9. --- ginac/power.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ginac/power.h b/ginac/power.h index 0f8cdf67..86ba6c91 100644 --- a/ginac/power.h +++ b/ginac/power.h @@ -30,6 +30,7 @@ namespace GiNaC { class numeric; class add; +class mul; /** This class holds a two-component object, a basis and and exponent * representing exponentiation. */ -- 2.44.0