aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/ssh/sshcryptofacility_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/ssh/sshcryptofacility_p.h')
-rw-r--r--src/libs/ssh/sshcryptofacility_p.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/libs/ssh/sshcryptofacility_p.h b/src/libs/ssh/sshcryptofacility_p.h
index 2f9b64c44c..86df75764d 100644
--- a/src/libs/ssh/sshcryptofacility_p.h
+++ b/src/libs/ssh/sshcryptofacility_p.h
@@ -25,7 +25,13 @@
#pragma once
-#include <botan/botan.h>
+#include <botan/auto_rng.h>
+#include <botan/bigint.h>
+#include <botan/block_cipher.h>
+#include <botan/hmac.h>
+#include <botan/key_filt.h>
+#include <botan/pipe.h>
+#include <botan/pk_keys.h>
#include <QByteArray>
#include <QScopedPointer>