diff options
-rw-r--r-- | libbutl/filesystem.ixx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbutl/filesystem.ixx b/libbutl/filesystem.ixx index a6fae64..a53aa47 100644 --- a/libbutl/filesystem.ixx +++ b/libbutl/filesystem.ixx @@ -2,6 +2,8 @@ // copyright : Copyright (c) 2014-2017 Code Synthesis Ltd // license : MIT; see accompanying LICENSE file +#include <errno.h> // E* + namespace butl { inline bool |