Downgrade for old compiler

This commit is contained in:
2022-07-11 16:06:35 +02:00
parent 2d222b6bb0
commit cb19545eed
3 changed files with 3 additions and 0 deletions

View File

@@ -44,6 +44,7 @@
#include <tickchrono.h>
#include <cpputils.h>
#include <cleanuphelper.h>
#include <futurecpp.h>
using namespace std::chrono_literals;

View File

@@ -9,6 +9,7 @@
#include <esp_log.h>
// 3rdparty lib includes
#include <futurecpp.h>
#include <fmt/core.h>
namespace wifi_stack {

View File

@@ -11,6 +11,7 @@
// 3rdparty lib includes
#include <fmt/core.h>
#include <futurecpp.h>
// local includes
#include "espwifistack.h"