Skip to content

Commit d7fcce6

Browse files
committed
64 bit integer to string conversion optimization
1 parent 620f256 commit d7fcce6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/StringUtil.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include <Arduino.h>
2929
#include <Client.h>
3030
#include "./Config.h"
31+
#include <type_traits>
3132

3233
#if defined(ARDUINO_UNOWIFIR4) || defined(ARDUINO_MINIMA) || defined(ARDUINO_PORTENTA_C33)
3334
#define FIREBASE_STRSEP strsepImpl

0 commit comments

Comments
 (0)