mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 03:45:45 -04:00
Cheevos: Support logging in while disabled
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user