openpgp: add missing include

This commit is contained in:
tobtoht 2022-05-23 18:49:46 +02:00
parent b28c002eb9
commit 50e239e607
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View file

@ -3,6 +3,7 @@
#pragma once
#include <string>
#include <vector>
#include <gcrypt.h>