The period after the booktitle should be a comma. While I found similar problems and their solutions, I wasn't able to solve mine.
MWE:
\documentclass{article}
\usepackage{filecontents}
\usepackage[style=authoryear-icomp]{biblatex}
\begin{filecontents}{\jobname.bib}
@incollection{foo,
author = {Author},
title = {Title},
booktitle = {Booktitle},
editor = {Editor},
location = {Location},
year = {2013},
}
\end{filecontents}
\addbibresource{\jobname.bib}
\begin{document}
\nocite{foo}
\printbibliography
\end{document}
