Update Service.cpp
This commit is contained in:
parent
a58882ce82
commit
eb599a4697
1 changed files with 2 additions and 3 deletions
|
@ -28,8 +28,7 @@
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
|
#if defined(_WIN32) || defined(WIN32)
|
||||||
#if defined(_MSC_VER)
|
|
||||||
#include "win_dirent.h"
|
#include "win_dirent.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -678,4 +677,4 @@ void Service::sendViaTelegram(const std::string &title, const std::string &messa
|
||||||
if (res) {
|
if (res) {
|
||||||
LOG_WARN("Telegram response: %s", res->body.c_str());
|
LOG_WARN("Telegram response: %s", res->body.c_str());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue