]> www.ginac.de Git - ginac.git/blobdiff - ginsh/ginsh.h
[PATCH] Fix zeta(x, s).evalf() when x and s aren't lists.
[ginac.git] / ginsh / ginsh.h
index cafe713afacffb9c4a2fa33ce3934ccaad0dfc05..ffaf4e0da1b6d87f62415ec186f528ba461dbced 100644 (file)
@@ -2,7 +2,7 @@
  *
  *  Global definitions for ginsh.
  *
- *  GiNaC Copyright (C) 1999-2016 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
 #ifndef GINSH_H
 #define GINSH_H
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
+#include <cstdio>
+#include <cstdlib>
+#include <cstring>
 #include <map>
 #include <iostream>
 #include <string>