summaryrefslogtreecommitdiff
path: root/connectionParam.h
diff options
context:
space:
mode:
Diffstat (limited to 'connectionParam.h')
-rw-r--r--connectionParam.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/connectionParam.h b/connectionParam.h
index 3cd8275..ba1f757 100644
--- a/connectionParam.h
+++ b/connectionParam.h
@@ -31,6 +31,12 @@
#ifndef _CONNECTIONPARAM_H_
#define _CONNECTIONPARAM_H_
+#include "options.h"
+#include "keyDerivation.h"
+#include "cypher.h"
+#include "authAlgo.h"
+#include "seqWindow.h"
+
struct connection_param_t
{
Options& opt;