Added missing hasher include

This commit is contained in:
Martin Willi 2009-10-22 14:46:32 +02:00
parent 4735965fc0
commit bcf8a0ff94
1 changed files with 1 additions and 0 deletions

View 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>