diff options
Diffstat (limited to 'SQLiteStudio3/coreSQLiteStudio/rsa/Key.h')
| -rw-r--r-- | SQLiteStudio3/coreSQLiteStudio/rsa/Key.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/SQLiteStudio3/coreSQLiteStudio/rsa/Key.h b/SQLiteStudio3/coreSQLiteStudio/rsa/Key.h index b193e2c..f1d2ee6 100644 --- a/SQLiteStudio3/coreSQLiteStudio/rsa/Key.h +++ b/SQLiteStudio3/coreSQLiteStudio/rsa/Key.h @@ -34,9 +34,10 @@ #define KEY_H_ #include "BigInt.h" +#include "coreSQLiteStudio_global.h" #include <iostream> -class Key +class API_EXPORT Key { private: BigInt modulus; |
