summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Off <sebastianoff@web.de>2020-10-08 22:37:55 +0200
committerTobias Off <sebastianoff@web.de>2020-10-08 22:37:55 +0200
commitb53f9d383c9189a897c44cd88a8fc1b871fdc8a2 (patch)
tree07bdf69831da55d40e4bab2981adb3d36df0f9a9
parentb2ecff3df3fec79047abe58dffeb48391e5463b9 (diff)
added #include <string> to card.h to follow gcc10 porting guide
-rw-r--r--kms++/inc/kms++/card.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kms++/inc/kms++/card.h b/kms++/inc/kms++/card.h
index 0a7eaaf..f60b184 100644
--- a/kms++/inc/kms++/card.h
+++ b/kms++/inc/kms++/card.h
@@ -4,6 +4,7 @@
#include <vector>
#include <map>
#include <memory>
+#include <string>
#include "decls.h"
#include "pipeline.h"