Index: src/Tuples/Tuples.cc
===================================================================
--- src/Tuples/Tuples.cc	(revision e9e9f561e08b390229ff9a102aa25333c265fb49)
+++ src/Tuples/Tuples.cc	(revision 5d8dae738e8a9bbf3ef4a60cb2d207b68d9160e9)
@@ -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 == "?[?]" ) ) {
