Skip to content

Commit

Permalink
Restore missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiascode committed Jan 2, 2025
1 parent 0be881b commit aebb040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/db.d
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import etc.c.sqlite3 : sqlite3, sqlite3_close, sqlite3_column_count,
sqlite3_column_text, sqlite3_errstr, sqlite3_finalize,
sqlite3_open, sqlite3_prepare_v2, sqlite3_step,
sqlite3_stmt, SQLITE_DONE, SQLITE_OK, SQLITE_ROW;
import soulfind.defines : default_max_users, default_port;
import soulfind.defines : blue, default_max_users, default_port, norm;
import std.conv : to;
import std.exception : ifThrown;
import std.file : exists, isFile;
Expand Down
1 change: 1 addition & 0 deletions src/server/messages.d
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
module soulfind.server.messages;
@safe:

import soulfind.defines : blue, norm;
import soulfind.server.room : Ticker;
import std.algorithm : sort;
import std.bitmanip : Endian, nativeToLittleEndian, read;
Expand Down

0 comments on commit aebb040

Please sign in to comment.