Skip to content

Commit

Permalink
add forgotten <cstddef> include for deque.h
Browse files Browse the repository at this point in the history
  • Loading branch information
wbenny committed Oct 31, 2019
1 parent 3862f71 commit b839eff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hvpp/hvpp/lib/deque.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include <array> // std::array
#include <memory> // std::move
#include <cstddef> // size_t

template <
typename T,
Expand Down

0 comments on commit b839eff

Please sign in to comment.