]> www.ginac.de Git - ginac.git/blobdiff - ginac/parser/parser.cpp
Fix pow::info(info_flags::nonnegative).
[ginac.git] / ginac / parser / parser.cpp
index de6b269ac1ac934209d16989e2d836b431e0db8d..f598332b8b7fd2ca3ba289fa69c81945573df03f 100644 (file)
@@ -3,7 +3,7 @@
  *  Implementation of GiNaC's parser. */
 
 /*
- *  GiNaC Copyright (C) 1999-2011 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2015 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
@@ -21,6 +21,7 @@
  */
 
 #include "parser.h"
+#include "lst.h"
 #include "lexer.h"
 #include "debug.h"
 #include "mul.h"