Index: src/Parser/lex.h
===================================================================
--- src/Parser/lex.h	(revision 5f2f2d75adcd9f673ef8bda86f25d409347089be)
+++ src/Parser/lex.h	(revision eb4f2018d059312ad65fca8c43161fcb2a94b149)
@@ -10,6 +10,6 @@
 // Created On       : Sat Sep 22 08:58:10 2001
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Jun  8 20:28:48 2015
-// Update Count     : 341
+// Last Modified On : Mon Mar 21 18:18:06 2016
+// Update Count     : 346
 //
 
@@ -20,6 +20,8 @@
 void yyerror( const char * );
 
+#include <string>
+#include "ParseNode.h"
 // External declarations for information sharing between lexer and scanner
-#include "TypedefTable.h"
+class TypedefTable;
 extern TypedefTable typedefTable;
 
