From: Alexander Ebert Date: Mon, 25 Apr 2016 11:08:27 +0000 (+0200) Subject: Added missing use X-Git-Tag: 3.0.0_Beta_1~1826 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ad7a668cb216d83164f2585ed47cfa4873192a58;p=GitHub%2FWoltLab%2FWCF.git Added missing use --- diff --git a/wcfsetup/install/files/lib/system/database/Database.class.php b/wcfsetup/install/files/lib/system/database/Database.class.php index cef32f6d92..a3521dab53 100644 --- a/wcfsetup/install/files/lib/system/database/Database.class.php +++ b/wcfsetup/install/files/lib/system/database/Database.class.php @@ -4,6 +4,7 @@ use wcf\system\benchmark\Benchmark; use wcf\system\database\exception\DatabaseException as GenericDatabaseException; use wcf\system\database\exception\DatabaseQueryException; use wcf\system\database\exception\DatabaseTransactionException; +use wcf\system\database\statement\PreparedStatement; use wcf\system\WCF; /**