mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
Fix missing namespace import.
This commit is contained in:
parent
abf1a5c598
commit
25d7274afa
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ static
|
|||
void relocate()
|
||||
{
|
||||
using namespace fs::path;
|
||||
using ircd::inotice;
|
||||
|
||||
char prefix[PATH_MAX], workbuf[PATH_MAX];
|
||||
char *p;
|
||||
|
|
Loading…
Reference in a new issue