diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-24 16:32:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-24 16:32:42 +0200 |
commit | 7123f122b96f81a435241e16b372df5dfa52dba3 (patch) | |
tree | bbda4e25d60651ed624133306460328f9afe9332 /build/file.cxx | |
parent | f5d7278fbe047c15d9d637b33aeb91865ddecb1e (diff) |
Add missing #include
Diffstat (limited to 'build/file.cxx')
-rw-r--r-- | build/file.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/file.cxx b/build/file.cxx index 7e3555f..970957b 100644 --- a/build/file.cxx +++ b/build/file.cxx @@ -6,6 +6,7 @@ #include <fstream> #include <utility> // move() +#include <system_error> #include <butl/filesystem> |