From: Alexei Sheplyakov Date: Sat, 13 Sep 2008 00:21:27 +0000 (+0400) Subject: [BUGFIX] parser.hpp: fix include guard so the header is actually usable. X-Git-Tag: release_1-5-0~59^2~13 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=949508429ea9850b8ec36d862f4e4d291773c313 [BUGFIX] parser.hpp: fix include guard so the header is actually usable. --- diff --git a/ginac/parser/parser.hpp b/ginac/parser/parser.hpp index 3e10b8fc..a87bcae0 100644 --- a/ginac/parser/parser.hpp +++ b/ginac/parser/parser.hpp @@ -1,4 +1,5 @@ #ifndef GINAC_PARSER_HPP_ +#define GINAC_PARSER_HPP_ #include "parse_context.hpp" #include