C3/Src/NodeRelayDll/Stdafx.h

12 lines
327 B
C
Raw Normal View History

2019-09-02 10:28:14 +00:00
#pragma once
#include <iostream> //< For std::cout, std::cerr. Remove when common files will not nead it.
// C3 inclusion.
2020-03-05 15:30:50 +00:00
#include "Common/FSecure/C3/Sdk.hpp" //< C3 Sdk.
2019-09-02 10:28:14 +00:00
// CppCommons.
2020-03-05 15:30:50 +00:00
#include "Common/FSecure/CppTools/Payload.h"
2019-09-02 10:28:14 +00:00
2020-03-05 15:30:50 +00:00
using EmbeddedData = FSecure::Payload<4096>;