Fixed missing use.
This commit is contained in:
parent
50af08e54f
commit
ecabe53123
2 changed files with 2 additions and 1 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.2408.12316
|
||||
0.2408.12321
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
namespace Index\Data\SQLite;
|
||||
|
||||
use RuntimeException;
|
||||
use SQLite3;
|
||||
use Index\Data\{IDbConnection,IDbTransactions,IDbStatement,IDbResult};
|
||||
use Index\IO\{GenericStream,Stream};
|
||||
|
|
Loading…
Reference in a new issue