Cheevos: Support logging in while disabled

This commit is contained in:
Connor McLaughlin
2021-02-28 19:00:37 +10:00
parent bc9ca302b8
commit 98be448140
5 changed files with 123 additions and 82 deletions

View File

@ -2,6 +2,7 @@
#include "common/types.h"
#include <atomic>
#include <functional>
#include <memory>
#include <mutex>
#include <string>
#include <vector>
@ -81,4 +82,4 @@ protected:
std::vector<Request*> m_pending_http_requests;
};
} // namespace FrontendCommon
} // namespace FrontendCommon