early-access version 1874

This commit is contained in:
pineappleEA
2021-07-13 08:40:56 +02:00
parent 1ddc7f992d
commit 580cb1c60a
6 changed files with 20 additions and 6 deletions

View File

@@ -8,7 +8,17 @@
#include <string>
#include <fmt/format.h>
#ifdef __GNUC__
#pragma GCC diagnostic push
#ifndef __clang__
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
#endif
#endif
#include <httplib.h>
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif
#include "common/logging/log.h"
#include "web_service/web_backend.h"