summaryrefslogtreecommitdiff
path: root/zen/file_access.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/file_access.h')
-rwxr-xr-xzen/file_access.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zen/file_access.h b/zen/file_access.h
index 743ad15d..c62ddc98 100755
--- a/zen/file_access.h
+++ b/zen/file_access.h
@@ -13,6 +13,7 @@
#include "file_id_def.h"
#include "serialize.h"
+
namespace zen
{
//note: certain functions require COM initialization! (vista_file_op.h)
bgstack15