Skip to content

Commit

Permalink
add missing include that cause compilation problems on some platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
berthubert committed Mar 24, 2024
1 parent e562a8c commit d2542a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ubx.hh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#pragma once
#include <string>
#include <vector>
#include <cstdint>

uint16_t calcUbxChecksum(uint8_t ubxClass, uint8_t ubxType, std::basic_string_view<uint8_t> str);
std::basic_string<uint8_t> buildUbxMessage(uint8_t ubxClass, uint8_t ubxType, std::basic_string_view<uint8_t> str);

Expand Down

0 comments on commit d2542a6

Please sign in to comment.