]> www.ginac.de Git - ginac.git/blobdiff - ginac/integration_kernel.h
Finalize 1.8.2 release.
[ginac.git] / ginac / integration_kernel.h
index 73e6c457ee93542683c61b4a7c276dd218e86879..a779e4d8bba63278890817173c3fd1a1aba79115 100644 (file)
@@ -3,7 +3,7 @@
  *  Interface to GiNaC's integration kernels for iterated integrals. */
 
 /*
- *  GiNaC Copyright (C) 1999-2020 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2022 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
@@ -26,6 +26,7 @@
 #include "basic.h"
 #include "archive.h"
 #include "numeric.h"
+#include "lst.h"
 
 #include <cln/complex.h>
 #include <vector>