Fix to compile under cpp23 again successfully

This commit is contained in:
2022-06-22 14:54:30 +02:00
parent a155041878
commit d811b9e470
5 changed files with 7 additions and 41 deletions

View File

@@ -3,7 +3,9 @@
#include "sdkconfig.h"
#define LOG_LOCAL_LEVEL CONFIG_ESPCPPUTILS_LOG_LOCAL_LEVEL
// system includes
#include <assert.h>
#include <utility>
// esp-idf includes
#include <esp_log.h>
@@ -11,9 +13,6 @@
// 3rdparty lib includes
#include <fmt/core.h>
// local includes
#include "futurecpp.h"
using namespace std::string_literals;
namespace espcpputils {