]> www.ginac.de Git - ginac.git/blobdiff - ginac/input_parser.yy
replaced non-ASCII character in exception msg
[ginac.git] / ginac / input_parser.yy
index c4f69c26d39aeb7c13121242d4a23c59de7ce938..4912212364599af56d73a3bb79ee023e1a067d23 100644 (file)
@@ -4,7 +4,7 @@
  *  This file must be processed with yacc/bison. */
 
 /*
- *  GiNaC Copyright (C) 1999-2003 Johannes Gutenberg University Mainz, Germany
+ *  GiNaC Copyright (C) 1999-2004 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
 %{
 #include <stdexcept>
 
-#include "input_lexer.h"
 #include "ex.h"
+#include "input_lexer.h"
 #include "relational.h"
+#include "operators.h"
 #include "symbol.h"
 #include "lst.h"
 #include "power.h"