Fix missing includes
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
#include "3rdparty/monocypher/monocypher-ed25519.h"
|
||||
#include "3rdparty/nlohmann/json.hpp"
|
||||
|
||||
#include <filesystem>
|
||||
|
||||
#include "safeguards.h"
|
||||
|
||||
/** The public keys used for signature validation. */
|
||||
|
@@ -10,6 +10,8 @@
|
||||
#ifndef SOCIAL_INTEGRATION_H
|
||||
#define SOCIAL_INTEGRATION_H
|
||||
|
||||
#include <vector>
|
||||
|
||||
class SocialIntegrationPlugin {
|
||||
public:
|
||||
enum State {
|
||||
|
@@ -126,6 +126,7 @@
|
||||
#include <algorithm>
|
||||
#include <tuple>
|
||||
#include <atomic>
|
||||
#include <cmath>
|
||||
|
||||
#include <mutex>
|
||||
#include <condition_variable>
|
||||
|
Reference in New Issue
Block a user