From 306d6d3ca9c9ad774d19135681a7f9805f77035f Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 22 Feb 2015 14:06:29 -0500 Subject: Imported Upstream version 3.0.3 --- SQLiteStudio3/coreSQLiteStudio/rsa/BigInt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'SQLiteStudio3/coreSQLiteStudio/rsa/BigInt.h') diff --git a/SQLiteStudio3/coreSQLiteStudio/rsa/BigInt.h b/SQLiteStudio3/coreSQLiteStudio/rsa/BigInt.h index c78dc11..6d59c7a 100644 --- a/SQLiteStudio3/coreSQLiteStudio/rsa/BigInt.h +++ b/SQLiteStudio3/coreSQLiteStudio/rsa/BigInt.h @@ -110,11 +110,12 @@ #ifndef BIGINT_H_ #define BIGINT_H_ +#include "coreSQLiteStudio_global.h" #include //ostream, istream #include //sqrt() #include //ToString(), BigInt(std::string) -class BigInt +class API_EXPORT BigInt { private: /* An array of digits stored right to left, -- cgit v1.2.3