diff options
Diffstat (limited to 'build/utility.cxx')
-rw-r--r-- | build/utility.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/utility.cxx b/build/utility.cxx index c66fba2..d84db52 100644 --- a/build/utility.cxx +++ b/build/utility.cxx @@ -10,6 +10,7 @@ namespace build { const string empty_string; const path empty_path; + const dir_path empty_dir_path; bool exception_unwinding_dtor = false; |