X-Git-Url: https://ginac.de/ginac.git//ginac.git?a=blobdiff_plain;f=ginac%2Fexcompiler.cpp;h=a240ecbe8e7c2ee6f0fbafc1b2436d01647a8554;hb=aed514f534cc6b4438822c1fcf80c203a828a94c;hp=6b1ae4cca7def3b219891ddd31ea3a9ff7be63ba;hpb=8305ec388e5c205b7392566d32582f9d08adb88d;p=ginac.git diff --git a/ginac/excompiler.cpp b/ginac/excompiler.cpp index 6b1ae4cc..a240ecbe 100644 --- a/ginac/excompiler.cpp +++ b/ginac/excompiler.cpp @@ -6,7 +6,7 @@ */ /* - * GiNaC Copyright (C) 1999-2016 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 @@ -36,10 +36,16 @@ #include "symbol.h" #ifdef HAVE_LIBDL -#include +# include #endif // def HAVE_LIBDL -#include -#include +#ifdef HAVE_UNISTD_H +# include +#else +# ifdef _MSC_VER +# include // for close(3) +# endif // def _MSC_VER +#endif // def HAVE_UNISTD_H +#include #include #include #include