Index: src/Common/Eval.cc
===================================================================
--- src/Common/Eval.cc	(revision 4520b77e192c372763501afd950a0f1452141b3b)
+++ src/Common/Eval.cc	(revision e01eb4aa19bfce233e01f84a77d45064842e6ebf)
@@ -16,4 +16,5 @@
 #include <utility> // for pair
 
+#include "AST/Inspect.hpp"
 #include "Common/PassVisitor.h"
 #include "CodeGen/OperatorTable.h"						// access: OperatorInfo
@@ -177,5 +178,5 @@
 
 	void postvisit( const ast::ApplicationExpr * expr ) {
-		const ast::DeclWithType * function = InitTweak::getFunction(expr);
+		const ast::DeclWithType * function = ast::getFunction(expr);
 		if ( ! function || function->linkage != ast::Linkage::Intrinsic ) { valid = false; return; }
 		const std::string & fname = function->name;
