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 <iostream>
|
||||
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if defined(_WIN32) || defined(WIN32)
|
||||
#include "win_dirent.h"
|
||||
#endif
|
||||
|
||||
|
@ -678,4 +677,4 @@ void Service::sendViaTelegram(const std::string &title, const std::string &messa
|
|||
if (res) {
|
||||
LOG_WARN("Telegram response: %s", res->body.c_str());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue