Skip to content

Commit

Permalink
Include header for size_t.
Browse files Browse the repository at this point in the history
github.com//issues/65
  • Loading branch information
ChrisCummins committed Jan 2, 2020
1 parent 37b4d96 commit 37558f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions learn/stl/include/ustl/type_traits
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
//
#include <type_traits>

#include <cstddef>

namespace ustl {

// Forward declaration of helpers:
Expand Down

0 comments on commit 37558f8

Please sign in to comment.