projects
/
platform
/
core
/
security
/
webauthn-ble.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bac96e
)
Add #include <cstdef> to prevent size_t build issue
53/307753/1
author
Dongsun Lee
<ds73.lee@samsung.com>
Wed, 13 Mar 2024 00:30:02 +0000
(09:30 +0900)
committer
Dongsun Lee
<ds73.lee@samsung.com>
Wed, 13 Mar 2024 00:30:02 +0000
(09:30 +0900)
Change-Id: I467afaf24c0fefe51c7c9ad9bea683da576fe685
srcs/common.h
patch
|
blob
|
history
diff --git
a/srcs/common.h
b/srcs/common.h
index 7b8d697d62633fdda500ff181aa1d19d4fe7b0ca..a54c2ddb2bea6ce75555715620f362cc7b0f846a 100644
(file)
--- a/
srcs/common.h
+++ b/
srcs/common.h
@@
-17,6
+17,7
@@
#pragma once
#include <array>
+#include <cstddef>
#include <utility> // for std::move
constexpr size_t QR_SECRET_LEN = 16;