diff options
Diffstat (limited to 'include/NitrokeyManager.h')
-rw-r--r-- | include/NitrokeyManager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/NitrokeyManager.h b/include/NitrokeyManager.h index 3acb229..fdb485f 100644 --- a/include/NitrokeyManager.h +++ b/include/NitrokeyManager.h @@ -5,12 +5,14 @@ #include "log.h" #include "device_proto.h" #include "stick10_commands.h" +#include "stick20_commands.h" #include <vector> namespace nitrokey { using namespace nitrokey::device; using namespace std; using namespace nitrokey::proto::stick10; + using namespace nitrokey::proto::stick20; using namespace nitrokey::proto; using namespace nitrokey::log; |