Skip to content

Commit

Permalink
Add include for cstddef
Browse files Browse the repository at this point in the history
  • Loading branch information
medusalix committed Apr 8, 2021
1 parent 8dd0888 commit 99100fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/bytes.h
Expand Up @@ -18,6 +18,7 @@

#pragma once

#include <cstddef>
#include <cstdint>
#include <vector>
#include <array>
Expand Down

0 comments on commit 99100fb

Please sign in to comment.