]> www.ginac.de Git - ginac.git/blobdiff - ginac/ginac.h
Added polynomial factorization (univariate case).
[ginac.git] / ginac / ginac.h
index a2664573fcb7ae9a6e71e11f7e6428f904fedda1..ad96e6403c057f6ee01d4f5375711a6ed343111f 100644 (file)
@@ -3,7 +3,7 @@
  *  This include file includes all other public GiNaC headers. */
 
 /*
- *  GiNaC Copyright (C) 1999-2007 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2008 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
@@ -66,6 +66,8 @@
 #include "color.h"
 #include "clifford.h"
 
+#include "factor.h"
+
 #include "excompiler.h"
 
 #ifdef __MAKECINT__