From aef018ba1e1758f62799051c9c10ae36159f513d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Fri, 30 Sep 2022 20:08:27 +0200 Subject: [PATCH] Fix builds with less header-leaky libstdc++es --- src/tpm2.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tpm2.cpp b/src/tpm2.cpp index 68ef5b3..37b115a 100644 --- a/src/tpm2.cpp +++ b/src/tpm2.cpp @@ -8,9 +8,11 @@ #include #include +#include #include #include #include +#include template