Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7c89e0d

Browse files
committed
fix issues with travis build
1 parent651a5b9 commit7c89e0d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

‎contrib/test/FirebaseArduino_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
#include"FirebaseObject.h"
1818
#include"gtest/gtest.h"
19-
#include"WString.h"
19+
2020

2121
TEST(FirebaseObjectTest, GetBool) {
2222
FirebaseObjectobj("true");

‎src/FirebaseObject.h

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,18 @@
1717
#ifndef FIREBASE_OBJECT_H
1818
#defineFIREBASE_OBJECT_H
1919

20-
#include<ArduinoJson.h>
20+
21+
#include"WString.h"
2122
#include<memory>
2223

24+
#include<ArduinoJson.h>
25+
26+
2327
#ifndef FIREBASE_JSONBUFFER_SIZE
2428
#defineFIREBASE_JSONBUFFER_SIZEJSON_OBJECT_SIZE(32)
2529
#endif// FIREBASE_JSONBUFFER_SIZE
2630

27-
using std::shared_ptr;
31+
2832

2933
/**
3034
* Represents value stored in firebase, may be a singular value (leaf node) or

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp