Index: src/SynTree/AggregateDecl.cc
===================================================================
--- src/SynTree/AggregateDecl.cc	(revision 1b7b60406badf0acd43cde125e53db427925a125)
+++ src/SynTree/AggregateDecl.cc	(revision 56bb2e12591b8292ab8c8005f3bdb91bd4d89a89)
@@ -19,4 +19,5 @@
 
 #include "Attribute.h"           // for Attribute
+#include "Common/Eval.h"         // for eval
 #include "Common/utility.h"      // for printAll, cloneAll, deleteAll
 #include "Declaration.h"         // for AggregateDecl, TypeDecl, Declaration
Index: src/SynTree/Type.h
===================================================================
--- src/SynTree/Type.h	(revision 1b7b60406badf0acd43cde125e53db427925a125)
+++ src/SynTree/Type.h	(revision 56bb2e12591b8292ab8c8005f3bdb91bd4d89a89)
@@ -23,5 +23,6 @@
 
 #include "BaseSyntaxNode.h"  // for BaseSyntaxNode
-#include "Common/utility.h"  // for operator+
+#include "Common/Iterate.hpp"// for operator+
+#include "Common/utility.h"  // for toCString
 #include "Mutator.h"         // for Mutator
 #include "SynTree.h"         // for AST nodes
