Index: src/Concurrency/KeywordsNew.cpp
===================================================================
--- src/Concurrency/KeywordsNew.cpp	(revision ae1d15124ce32b2a9afb229d30e293e49dd1577b)
+++ src/Concurrency/KeywordsNew.cpp	(revision 5d8dae738e8a9bbf3ef4a60cb2d207b68d9160e9)
@@ -21,4 +21,5 @@
 #include "AST/Decl.hpp"
 #include "AST/Expr.hpp"
+#include "AST/Inspect.hpp"
 #include "AST/Pass.hpp"
 #include "AST/Stmt.hpp"
@@ -1528,5 +1529,5 @@
 	const ast::ptr<ast::DeclWithType> & param = decl->params.front();
 	auto type = dynamic_cast<const ast::StructInstType *>(
-		InitTweak::getPointerBase( param->get_type() ) );
+		ast::getPointerBase( param->get_type() ) );
 	if ( nullptr == type ) return decl;
 	if ( !type->base->is_thread() ) return decl;
