aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-10-22 14:46:32 +0200
committerMartin Willi <martin@strongswan.org>2009-11-12 10:33:59 +0100
commitbcf8a0ff949981c68f97392a28077352d26f3d91 (patch)
tree6c5b1bb4288cfb8b919971dd804aa81b010f9aee
parent4735965fc0480019d9a4369124e276ce9fbe25f9 (diff)
downloadstrongswan-bcf8a0ff949981c68f97392a28077352d26f3d91.tar.bz2
strongswan-bcf8a0ff949981c68f97392a28077352d26f3d91.tar.xz
Added missing hasher include
-rw-r--r--src/charon/sa/authenticators/eap/sim_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/charon/sa/authenticators/eap/sim_manager.h b/src/charon/sa/authenticators/eap/sim_manager.h
index 869e544a2..7acf8f87b 100644
--- a/src/charon/sa/authenticators/eap/sim_manager.h
+++ b/src/charon/sa/authenticators/eap/sim_manager.h
@@ -21,6 +21,7 @@
#ifndef SIM_MANAGER_H_
#define SIM_MANAGER_H_
+#include <crypto/hashers/hasher.h>
#include <utils/identification.h>
#include <utils/enumerator.h>