Skip to content

Commit

Permalink
Fix compiling examples with GCC 11
Browse files Browse the repository at this point in the history
GCC 11 required an additional include to know about the `size_t` type.
  • Loading branch information
daehlith committed May 14, 2023
1 parent 688756a commit f544894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/bar/bar.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <cstddef>
#include <cstdint>
#include <vector>

Expand Down

0 comments on commit f544894

Please sign in to comment.