diff options
Diffstat (limited to 'include/modules/encryption.h')
-rw-r--r-- | include/modules/encryption.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/modules/encryption.h b/include/modules/encryption.h index 4adc77136..6d20c906e 100644 --- a/include/modules/encryption.h +++ b/include/modules/encryption.h @@ -9,6 +9,8 @@ * Based on the original code of Services by Andy Church. */ +#pragma once + namespace Encryption { typedef std::pair<const unsigned char *, size_t> Hash; |