Fixed missing use.

This commit is contained in:
flash 2024-08-01 23:21:50 +00:00
parent 50af08e54f
commit ecabe53123
2 changed files with 2 additions and 1 deletions

View file

@ -1 +1 @@
0.2408.12316
0.2408.12321

View file

@ -5,6 +5,7 @@
namespace Index\Data\SQLite;
use RuntimeException;
use SQLite3;
use Index\Data\{IDbConnection,IDbTransactions,IDbStatement,IDbResult};
use Index\IO\{GenericStream,Stream};