]> www.ginac.de Git - ginac.git/blobdiff - ginac/fderivative.cpp
* Include the operators.h header file in the source files, not in ex.h.
[ginac.git] / ginac / fderivative.cpp
index 57f4ed764de21e248c94174f306e8afcdafefc7f..e925f8972316f95f499f226b215d6ff69fcb77de 100644 (file)
@@ -3,7 +3,7 @@
  *  Implementation of abstract derivatives of functions. */
 
 /*
- *  GiNaC Copyright (C) 1999-2001 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2002 Johannes Gutenberg University Mainz, Germany
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
@@ -23,6 +23,7 @@
 #include <iostream>
 
 #include "fderivative.h"
+#include "operators.h"
 #include "print.h"
 #include "archive.h"
 #include "utils.h"