]> www.ginac.de Git - ginac.git/blobdiff - ginac/parser/default_reader.tpl
Fixed include of stdint.h (parser.cpp needs the header as well).
[ginac.git] / ginac / parser / default_reader.tpl
index 2018e04a0660e66b9faf2fe15f1c59b6e09bbf37..81f89bf49788fc1811133e5d1b9b9c4d18ad5bd3 100644 (file)
@@ -22,6 +22,7 @@ COMMENT a part of GiNaC parser -- construct functions from a byte stream.
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
+
 #ifdef HAVE_STDINT_H
 #include <stdint.h> // for uintptr_t
 #endif
@@ -87,5 +88,5 @@ const prototype_table& get_default_reader()
        }
        return reader;
 }
-} // namespace GiNaC
 
+} // namespace GiNaC