diff -Naur truecrypt-5.1a-source/Core/FatFormatter.cpp truecrypt-5.1a-source_mod/Core/FatFormatter.cpp --- truecrypt-5.1a-source/Core/FatFormatter.cpp 2008-02-04 17:28:50.000000000 +0000 +++ truecrypt-5.1a-source_mod/Core/FatFormatter.cpp 2008-05-27 21:45:08.000000000 +0100 @@ -13,6 +13,7 @@ #include "Common/Tcdefs.h" #include "Platform/Platform.h" #include "FatFormatter.h" +#include namespace TrueCrypt { diff -Naur truecrypt-5.1a-source/Platform/Memory.cpp truecrypt-5.1a-source_mod/Platform/Memory.cpp --- truecrypt-5.1a-source/Platform/Memory.cpp 2008-02-04 11:14:46.000000000 +0000 +++ truecrypt-5.1a-source_mod/Platform/Memory.cpp 2008-05-27 21:44:25.000000000 +0100 @@ -8,6 +8,7 @@ #include "Memory.h" #include "Exception.h" +#include namespace TrueCrypt { diff -Naur truecrypt-5.1a-source/Volume/EncryptionTest.cpp truecrypt-5.1a-source_mod/Volume/EncryptionTest.cpp --- truecrypt-5.1a-source/Volume/EncryptionTest.cpp 2008-02-04 11:14:12.000000000 +0000 +++ truecrypt-5.1a-source_mod/Volume/EncryptionTest.cpp 2008-05-27 21:44:47.000000000 +0100 @@ -15,6 +15,7 @@ #include "EncryptionModeXTS.h" #include "EncryptionTest.h" #include "Pkcs5Kdf.h" +#include namespace TrueCrypt {