Skip to content

Commit

Permalink
[cpp] fixed missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
harrand committed May 11, 2024
1 parent 6b2b6bf commit bb0de7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/type.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "util.hpp"
#include <array>
#include <variant>
#include <vector>

enum class primitive_type
{
Expand Down

0 comments on commit bb0de7a

Please sign in to comment.