Index: src/Tuples/Tuples.cc
===================================================================
--- src/Tuples/Tuples.cc	(revision 11df881444fe5fe1691782e35ebfec8a06555fa6)
+++ src/Tuples/Tuples.cc	(revision f1f481a248c0e686d11a61bd4f4a6f4a950f5d31)
@@ -17,4 +17,5 @@
 
 #include "AST/Pass.hpp"
+#include "AST/Inspect.hpp"
 #include "AST/LinkageSpec.hpp"
 #include "Common/PassVisitor.h"
@@ -80,5 +81,5 @@
 
 		void previsit( ast::ApplicationExpr const * appExpr ) {
-			if ( ast::DeclWithType const * function = InitTweak::getFunction( appExpr ) ) {
+			if ( ast::DeclWithType const * function = ast::getFunction( appExpr ) ) {
 				if ( function->linkage == ast::Linkage::Intrinsic
 						&& ( function->name == "*?" || function->name == "?[?]" ) ) {
