bool AnyErrors()
{
	Compiler* compiler = GetActiveCompiler();
	SSAssert(compiler != 0);

	return compiler->GetErrorCount() > 0;
}