summaryrefslogtreecommitdiff
path: root/polynomi.cpp
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2003-07-11 19:16:35 +0000
committerweidai <weidai11@users.noreply.github.com>2003-07-11 19:16:35 +0000
commit12157494b2f78767cc21860380b3e500fe6dc488 (patch)
treed2cfba9dfea9a49eebfae99247ae1621c20b8938 /polynomi.cpp
parenta926c983381960320112cb86fb30e31d38bc07ab (diff)
downloadcryptopp-git-12157494b2f78767cc21860380b3e500fe6dc488.tar.gz
fix GCC compile
Diffstat (limited to 'polynomi.cpp')
-rw-r--r--polynomi.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polynomi.cpp b/polynomi.cpp
index 5607cafb..c049570b 100644
--- a/polynomi.cpp
+++ b/polynomi.cpp
@@ -7,7 +7,7 @@
#include "polynomi.h"
#include "secblock.h"
-#include <strstream>
+#include <strstream> // can't use <sstream> because GCC 2.95.2 doesn't have it
#include <iostream>
NAMESPACE_BEGIN(CryptoPP)