Add array header to resolve CTAD failed on debug mode 42/316842/1
authorYonggoo Kang <ygace.kang@samsung.com>
Thu, 29 Aug 2024 07:33:40 +0000 (16:33 +0900)
committerYonggoo Kang <ygace.kang@samsung.com>
Thu, 29 Aug 2024 07:34:22 +0000 (16:34 +0900)
When build with debug_mode for tizen_x,
class template argument deduction(CTAD) has failed.
To resolve this, fix to use the array from array header.

Change-Id: I1a120f5572607e16bb92d8a0f717f80606bd3f60

srcs/common/webauthn-log.cpp

index d66936ea86dcdb6fc61619bbde24ca7e2ab67321..0998593f7dd0ff95ac1098951d92669cd0a4905c 100644 (file)
@@ -19,6 +19,7 @@
  * @brief      This file is the implementation file of DLOG
  */
 
+#include <array>
 #include <stddef.h>
 #include <cstring>
 #include <sstream>