summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/attestation/HmacKeyManager.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/attestation/HmacKeyManager.h b/include/attestation/HmacKeyManager.h
index 571a361889..d725be1abe 100644
--- a/include/attestation/HmacKeyManager.h
+++ b/include/attestation/HmacKeyManager.h
@@ -14,6 +14,9 @@
* limitations under the License.
*/
+#ifndef ATTESTATION_HMACKEYMANAGER_H
+#define ATTESTATION_HMACKEYMANAGER_H
+
#include <array>
namespace android {
@@ -29,4 +32,6 @@ public:
private:
const std::array<uint8_t, 128> mHmacKey;
};
-} // namespace android \ No newline at end of file
+} // namespace android
+
+#endif // ATTESTATION_HMACKEYMANAGER_H \ No newline at end of file