Index: src/Parser/lex.ll
===================================================================
--- src/Parser/lex.ll	(revision 647e2ea4f54e975bd697890e305f6c7f6d4e7462)
+++ src/Parser/lex.ll	(revision 41c4b5edb9673c16925ff171fbc5f703ece5c320)
@@ -44,11 +44,11 @@
 
 #include "config.h"										// configure info
-#include "DeclarationNode.h"                            // for DeclarationNode
-#include "ExpressionNode.h"                             // for LabelNode
-#include "InitializerNode.h"                            // for InitializerNode
-#include "ParseNode.h"
-#include "ParserTypes.h"                                // for Token
-#include "StatementNode.h"                              // for CondCtl, ForCtrl
-#include "TypedefTable.h"
+#include "DeclarationNode.hpp"                          // for DeclarationNode
+#include "ExpressionNode.hpp"                           // for LabelNode
+#include "InitializerNode.hpp"                          // for InitializerNode
+#include "ParseNode.hpp"
+#include "ParserTypes.hpp"                              // for Token
+#include "StatementNode.hpp"                            // for CondCtl, ForCtrl
+#include "TypedefTable.hpp"
 // This (generated) header must come late as it is missing includes.
 #include "parser.hh"                                    // generated info
