From 05c40b83cd75a07fe3a6218a99a836a838d973b7 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Thu, 4 Jul 2002 19:50:27 +0000 Subject: [PATCH] * Include the operators.h header file in the source files, not in ex.h. Rationale: It really gets in the way there, when trying to strip down the source files for debugging purposes. --- ginac/function.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/ginac/function.pl b/ginac/function.pl index bbadf379..9150f343 100755 --- a/ginac/function.pl +++ b/ginac/function.pl @@ -406,6 +406,7 @@ $implementation=< #include "function.h" +#include "operators.h" #include "fderivative.h" #include "ex.h" #include "lst.h" -- 2.49.0