]> www.ginac.de Git - ginac.git/commitdiff
[BUGFIX] parser.hpp: fix include guard so the header is actually usable.
authorAlexei Sheplyakov <varg@theor.jinr.ru>
Sat, 13 Sep 2008 00:21:27 +0000 (04:21 +0400)
committerAlexei Sheplyakov <varg@theor.jinr.ru>
Fri, 19 Sep 2008 09:15:49 +0000 (13:15 +0400)
ginac/parser/parser.hpp

index 3e10b8fc016bacc9a685918c969a89d36c451841..a87bcae0457c217d1677e1246c33af2fbccc9c9c 100644 (file)
@@ -1,4 +1,5 @@
 #ifndef GINAC_PARSER_HPP_
+#define GINAC_PARSER_HPP_
 
 #include "parse_context.hpp"
 #include <stdexcept>