Skip to content

Commit

Permalink
Add missing #include for size_t (#36474)
Browse files Browse the repository at this point in the history
  • Loading branch information
mspang authored Nov 15, 2024
1 parent 9c505b3 commit 144269a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/support/FunctionTraits.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#pragma once

#include <cstddef>
#include <tuple>

namespace chip {
Expand Down

0 comments on commit 144269a

Please sign in to comment.