[HttpKernel] Added a missing use statement.

Broken by #8572.
This commit is contained in:
Jakub Zalas 2013-08-03 00:18:34 +01:00
parent 00c0237efa
commit ccb497a553

View File

@ -11,6 +11,7 @@
namespace Symfony\Component\HttpKernel\Fragment;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpFoundation\StreamedResponse;
use Symfony\Component\HttpKernel\Controller\ControllerReference;