Skip to content

Commit

Permalink
Add missing #include <cstddef> for std::byte (#315)
Browse files Browse the repository at this point in the history
**Public-Facing Changes**
None

**Description**
Found via test failure on conan-io/conan-center-index#9848
  • Loading branch information
jtbandes authored Mar 18, 2022
1 parent 7fcc139 commit 33bddb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/mcap/include/mcap/types.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include "errors.hpp"
#include <cstddef>
#include <functional>
#include <limits>
#include <memory>
Expand Down

0 comments on commit 33bddb9

Please sign in to comment.