summaryrefslogtreecommitdiff
path: root/dlltest.cpp
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-07-24 05:35:54 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-07-24 05:35:54 +0000
commitb7f66eb51d761c3ba04d5dbf6bbe477fa1985c26 (patch)
tree01ba768348ac42044e6e1eb34e55410ed9b1f58a /dlltest.cpp
parent2a1a234dd199a14aa5588a1bbccd88265cbf9ec2 (diff)
downloadcryptopp-b7f66eb51d761c3ba04d5dbf6bbe477fa1985c26.tar.gz
fix build of dlltest project on MSVC 2008
fix compile on C++Builder 2010 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@506 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'dlltest.cpp')
-rw-r--r--dlltest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/dlltest.cpp b/dlltest.cpp
index dac9093..4afd305 100644
--- a/dlltest.cpp
+++ b/dlltest.cpp
@@ -3,7 +3,6 @@
#endif
#include "dll.h"
-#include <iostream>
USING_NAMESPACE(CryptoPP)
USING_NAMESPACE(std)