compilation fix

pull/1/head
bert hubert 2019-08-26 18:10:44 +02:00
parent 0d72e6d652
commit 1ce7162eac
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#include <stdint.h>
#include "bits.hh"
#include <math.h>
#include <stdexcept>
std::basic_string<uint8_t> getCondensedBeidouMessage(std::basic_string_view<uint8_t> payload);
int beidouBitconv(int their);