0
0
Fork 0
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:
Jason Volk 2016-08-19 21:23:27 -07:00
parent abf1a5c598
commit 25d7274afa

View file

@ -107,6 +107,7 @@ static
void relocate()
{
using namespace fs::path;
using ircd::inotice;
char prefix[PATH_MAX], workbuf[PATH_MAX];
char *p;