From ddb9e86bc97df9b586f63c59ddce0fec53f3c3c3 Mon Sep 17 00:00:00 2001 From: "Andrew F. Davis" Date: Thu, 26 Jul 2018 15:21:38 -0500 Subject: Add include of to various files This is needed for building with some version of some compilers where it is not automatically included with the existing include set (clang). Signed-off-by: Andrew F. Davis --- kms++/src/card.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'kms++/src/card.cpp') diff --git a/kms++/src/card.cpp b/kms++/src/card.cpp index 0e6c0b0..ad6fc38 100644 --- a/kms++/src/card.cpp +++ b/kms++/src/card.cpp @@ -5,6 +5,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3