From 949508429ea9850b8ec36d862f4e4d291773c313 Mon Sep 17 00:00:00 2001 From: Alexei Sheplyakov Date: Sat, 13 Sep 2008 04:21:27 +0400 Subject: [PATCH] [BUGFIX] parser.hpp: fix include guard so the header is actually usable. --- ginac/parser/parser.hpp | 1 + 1 file changed, 1 insertion(+) 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 -- 2.44.0