Source release 19.3.0

This commit is contained in:
John W. Bruce
2024-09-05 07:02:36 +00:00
parent cd8256726f
commit 11c108a8da
122 changed files with 2259 additions and 1082 deletions

View File

@@ -6,8 +6,8 @@
#ifndef OEM_CERT_TEST_H_
#define OEM_CERT_TEST_H_
#include <inttypes.h>
#include <stddef.h>
#include <stdint.h>
namespace wvoec {
namespace util {

View File

@@ -7,8 +7,8 @@
#ifndef WVOEC_UTIL_REF_TEST_UTILS_H_
#define WVOEC_UTIL_REF_TEST_UTILS_H_
#include <inttypes.h>
#include <stddef.h>
#include <stdint.h>
#include <vector>