Skip to content

Commit f3f617f

Browse files
committed
try to fix build again
1 parent 5033991 commit f3f617f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

programs/server/Server.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,12 @@ namespace ServerSetting
332332
extern const ServerSettingsUInt64 object_storage_list_objects_cache_ttl;
333333
}
334334

335+
namespace ErrorCodes
336+
{
337+
extern const int STARTUP_SCRIPTS_ERROR;
338+
}
339+
340+
}
335341

336342
namespace CurrentMetrics
337343
{

0 commit comments

Comments
 (0)