]> www.ginac.de Git - ginac.git/blobdiff - ginac/polynomial/mod_gcd.cpp
Happy New Year!
[ginac.git] / ginac / polynomial / mod_gcd.cpp
index df109b4e719f2057d8916cfbade1305ec0b0741c..75a7dcb69f49e3d0ec25a3137b189d6c532f2ae8 100644 (file)
@@ -3,7 +3,7 @@
  *  Implementation of modular GCD. */
 
 /*
- *  GiNaC Copyright (C) 1999-2010 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2020 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
@@ -28,6 +28,7 @@
 #include <cln/numtheory.h>
 #include <cln/random.h>
 #include <stdexcept>
+#include <algorithm>
 
 namespace GiNaC {