From 1f8876b95d4b0af1c06b09eccdf175deea8c52f1 Mon Sep 17 00:00:00 2001 From: lloyd Date: Fri, 23 Jun 2006 09:53:49 +0000 Subject: Was missing an include for , needed for using std::sort; most compilers didn't mind but gcc 2.95 on Linux/alpha complained. --- modules/es_unix/es_unix.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/es_unix/es_unix.cpp b/modules/es_unix/es_unix.cpp index d1efd4fa9..87a7bb9a7 100644 --- a/modules/es_unix/es_unix.cpp +++ b/modules/es_unix/es_unix.cpp @@ -7,6 +7,7 @@ #include #include #include +#include namespace Botan { -- cgit v1.2.3