X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginsh%2Fginsh_lexer.lpp;h=4218193e1a563630a05fb616cfa3ccf0ed596910;hp=6f6ea7e602d9021d6cfa776309c044d380d37499;hb=69815a366be5ca81185386d94268d7e7dcce94e3;hpb=8cffcdf13d817a47f217f1a1043317d95969e070 diff --git a/ginsh/ginsh_lexer.lpp b/ginsh/ginsh_lexer.lpp index 6f6ea7e6..4218193e 100644 --- a/ginsh/ginsh_lexer.lpp +++ b/ginsh/ginsh_lexer.lpp @@ -4,7 +4,7 @@ * This file must be processed with flex. */ /* - * GiNaC Copyright (C) 1999-2019 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 @@ -38,6 +38,9 @@ #include "ginsh.h" #include "ginsh_parser.hpp" +using namespace std; +using namespace GiNaC; + #define YY_INPUT(buf, result, max_size) (result = ginsh_input(buf, max_size)) // Table of all used symbols