summaryrefslogtreecommitdiff
path: root/zen/file_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/file_error.h')
-rwxr-xr-xzen/file_error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zen/file_error.h b/zen/file_error.h
index decc0f7e..086d0998 100755
--- a/zen/file_error.h
+++ b/zen/file_error.h
@@ -12,6 +12,7 @@
#include "utf.h"
#include "sys_error.h" //we'll need this later anyway!
+
namespace zen
{
class FileError //A high-level exception class giving detailed context information for end users
bgstack15