mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-12-02 00:01:33 +03:00
Include headers properly
This commit is contained in:
@ -5,7 +5,14 @@
|
||||
// Remote.c
|
||||
// Remote Procedure Call
|
||||
|
||||
#include "CedarPch.h"
|
||||
#include "Remote.h"
|
||||
|
||||
#include "Admin.h"
|
||||
|
||||
#include "Mayaqua/Memory.h"
|
||||
#include "Mayaqua/Object.h"
|
||||
#include "Mayaqua/Pack.h"
|
||||
#include "Mayaqua/Str.h"
|
||||
|
||||
// End of RPC
|
||||
void EndRpc(RPC *rpc)
|
||||
|
||||
Reference in New Issue
Block a user