Skip to content

Commit

Permalink
include 'cstdint' for 'uint8_t'
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Dec 29, 2024
1 parent 7153641 commit b9eb62d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/msp/Value.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef VALUE_HPP
#define VALUE_HPP

#include <cstdint>
#include <iostream>
#include <utility>

Expand Down

0 comments on commit b9eb62d

Please # to comment.