Skip to content

Commit

Permalink
#include <stddef.h> for size_t
Browse files Browse the repository at this point in the history
Change-Id: I714c3fde7579a43faf30973fcc0d7f3cb5e7227a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/mini_chromium/+/6011592
Reviewed-by: Joshua Peraza <[email protected]>
  • Loading branch information
markmentovai committed Nov 12, 2024
1 parent c081fd0 commit c4bcfd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions base/template_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#ifndef MINI_CHROMIUM_BASE_TEMPLATE_UTIL_H_
#define MINI_CHROMIUM_BASE_TEMPLATE_UTIL_H_

#include <stddef.h>

#include <type_traits>

namespace base {
Expand Down

0 comments on commit c4bcfd0

Please sign in to comment.