add missing <string> and <cmath> includes

This commit is contained in:
Reinhold Gschweicher
2022-02-24 22:57:28 +01:00
parent a79f75285f
commit 999888eaf8
4 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
#include "task.h"
#include <chrono>
#include <stdexcept>
#include <string> // std::to_string
uint32_t nrf_rtc_counter_get(NRF_RTC_Type p_reg)
{