diff options
Diffstat (limited to 'src/math/gfpmath/gfp_element.h')
-rw-r--r-- | src/math/gfpmath/gfp_element.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/gfpmath/gfp_element.h b/src/math/gfpmath/gfp_element.h index 0a1b4910c..4e0ee985b 100644 --- a/src/math/gfpmath/gfp_element.h +++ b/src/math/gfpmath/gfp_element.h @@ -14,7 +14,7 @@ #include <botan/bigint.h> #include <botan/gfp_modulus.h> -#include <iostream> +#include <iosfwd> #if defined(BOTAN_USE_STD_TR1) #include <tr1/memory> |