diff options
Diffstat (limited to 'src/auth/Auth.h')
-rw-r--r-- | src/auth/Auth.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/auth/Auth.h b/src/auth/Auth.h index 4dc1d63c93d..2fff82c14d1 100644 --- a/src/auth/Auth.h +++ b/src/auth/Auth.h @@ -15,12 +15,14 @@ #ifndef CEPH_AUTHTYPES_H #define CEPH_AUTHTYPES_H -#include "Crypto.h" +#include "include/types.h" #include "msg/msg_types.h" #include "common/config.h" #include "common/entity_name.h" +#include "Crypto.h" + class Cond; struct EntityAuth { |