missing includes
technically it was wrong all the time but it only showed up with newer visual c++ compiler.
This commit is contained in:
parent
dea76e17c5
commit
7734661d26
4 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
#include <QSqlError>
|
||||
#include <QSqlQuery>
|
||||
#include <QVariant>
|
||||
#include <stdexcept>
|
||||
|
||||
KeyStrengthener::KeyStrengthener(std::unique_ptr<Botan::PasswordHash> hasher, Botan::secure_vector<uint8_t> salt, size_t keysize)
|
||||
: m_hasher (std::move(hasher))
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#include "SqlParser.h"
|
||||
#include "SqlAstSelect.h"
|
||||
#include <stdexcept>
|
||||
#include <unordered_map>
|
||||
|
||||
using namespace SqlAst;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue