]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Added missing hasher include
authorMartin Willi <martin@strongswan.org>
Thu, 22 Oct 2009 12:46:32 +0000 (14:46 +0200)
committerMartin Willi <martin@strongswan.org>
Thu, 12 Nov 2009 09:33:59 +0000 (10:33 +0100)
src/charon/sa/authenticators/eap/sim_manager.h

index 869e544a269650897c25c854bdc2b0f3fd5fd863..7acf8f87b676b6180416477ccc704e42b7c8c5e6 100644 (file)
@@ -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>