Index: encfs/NameIO.cpp =================================================================== --- encfs/NameIO.cpp (revision 28) +++ encfs/NameIO.cpp (working copy) @@ -30,6 +30,7 @@ #include "BlockNameIO.h" #include "StreamNameIO.h" #include "NullNameIO.h" +#include using namespace std; using namespace rel; Index: encfs/ConfigVar.cpp =================================================================== --- encfs/ConfigVar.cpp (revision 28) +++ encfs/ConfigVar.cpp (working copy) @@ -17,6 +17,7 @@ #include "ConfigVar.h" #include +#include #include Index: encfs/DirNode.cpp =================================================================== --- encfs/DirNode.cpp (revision 28) +++ encfs/DirNode.cpp (working copy) @@ -40,6 +40,7 @@ #include #include +#include using namespace std; using namespace rel; Index: encfs/NullNameIO.cpp =================================================================== --- encfs/NullNameIO.cpp (revision 28) +++ encfs/NullNameIO.cpp (working copy) @@ -19,6 +19,7 @@ #include "Cipher.h" #include "base64.h" +#include #include Index: encfs/StreamNameIO.cpp =================================================================== --- encfs/StreamNameIO.cpp (revision 28) +++ encfs/StreamNameIO.cpp (working copy) @@ -26,6 +26,8 @@ #include "i18n.h" #include +#include + using namespace rel; using namespace std; Index: encfs/FileNode.cpp =================================================================== --- encfs/FileNode.cpp (revision 28) +++ encfs/FileNode.cpp (working copy) @@ -47,6 +47,8 @@ #include #include +#include + using namespace std; using namespace rel; using namespace rlog;