Index: src/Common/Eval.cc
===================================================================
--- src/Common/Eval.cc	(revision 4520b77e192c372763501afd950a0f1452141b3b)
+++ src/Common/Eval.cc	(revision b859f59ebd77d3938fa0f3ac53bcd0b8d708f3b4)
@@ -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;
