From 673577a601c179bf8ff99f1110c29220b7d20703 Mon Sep 17 00:00:00 2001 From: Michael Kuc Date: Sun, 5 Aug 2018 19:41:44 +0000 Subject: [PATCH] Fixed missing header guards. --- Certificates.hpp | 1 + U2F_Init_Response.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/Certificates.hpp b/Certificates.hpp index c489559..c29ec3c 100644 --- a/Certificates.hpp +++ b/Certificates.hpp @@ -1,3 +1,4 @@ +#pragma once #include extern uint8_t attestCert[557]; diff --git a/U2F_Init_Response.hpp b/U2F_Init_Response.hpp index 619d14e..bd940cf 100644 --- a/U2F_Init_Response.hpp +++ b/U2F_Init_Response.hpp @@ -1,3 +1,4 @@ +#pragma once #include #include "U2FMessage.hpp" #include "Field.hpp"