Skip to content

Commit ac16f8f

Browse files
committed
Add include
1 parent 8f8d992 commit ac16f8f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ysapi.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
#include <sstream>
3+
24
#include "ysapi.hpp"
35

46
ysapi::ysapi(const std::string url) {
@@ -45,4 +47,4 @@ Json::Value ysapi::get_data(const std::string url) {
4547
}
4648

4749
return Json::objectValue;
48-
}
50+
}

0 commit comments

Comments
 (0)