update
This commit is contained in:
parent
ee9c5fffad
commit
4b8ac300c8
@ -24,5 +24,7 @@
|
|||||||
|
|
||||||
#include "platform/unix_platform.hpp"
|
#include "platform/unix_platform.hpp"
|
||||||
#include "platform/win32_platform.hpp"
|
#include "platform/win32_platform.hpp"
|
||||||
|
#include "utils/unix.hpp"
|
||||||
|
#include "utils/windows.hpp"
|
||||||
|
|
||||||
#endif // INCLUDE_PLATFORM_PLATFORM_HPP_
|
#endif // INCLUDE_PLATFORM_PLATFORM_HPP_
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#include "types/repertory.hpp"
|
#include "types/repertory.hpp"
|
||||||
#include "utils/encryption.hpp"
|
#include "utils/encryption.hpp"
|
||||||
#include "utils/file_utils.hpp"
|
#include "utils/native_file.hpp"
|
||||||
|
|
||||||
namespace repertory::utils::encryption {
|
namespace repertory::utils::encryption {
|
||||||
class encrypting_reader final {
|
class encrypting_reader final {
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
#include "utils/collection.hpp"
|
#include "utils/collection.hpp"
|
||||||
#include "utils/encrypt.hpp"
|
#include "utils/encrypt.hpp"
|
||||||
#include "utils/encrypting_reader.hpp"
|
#include "utils/encrypting_reader.hpp"
|
||||||
|
#include "utils/file_utils.hpp"
|
||||||
#include "utils/path.hpp"
|
#include "utils/path.hpp"
|
||||||
#include "utils/polling.hpp"
|
#include "utils/polling.hpp"
|
||||||
|
|
||||||
|
@ -21,13 +21,12 @@
|
|||||||
*/
|
*/
|
||||||
#include "utils/encrypting_reader.hpp"
|
#include "utils/encrypting_reader.hpp"
|
||||||
|
|
||||||
#include "events/event_system.hpp"
|
#include "platform/platform.hpp"
|
||||||
#include "events/events.hpp"
|
|
||||||
#include "types/repertory.hpp"
|
#include "types/repertory.hpp"
|
||||||
#include "utils/collection.hpp"
|
#include "utils/collection.hpp"
|
||||||
#include "utils/encrypt.hpp"
|
#include "utils/common.hpp"
|
||||||
#include "utils/error_utils.hpp"
|
#include "utils/error_utils.hpp"
|
||||||
#include "utils/utils.hpp"
|
#include "utils/file.hpp"
|
||||||
|
|
||||||
namespace repertory::utils::encryption {
|
namespace repertory::utils::encryption {
|
||||||
class encrypting_streambuf final : public encrypting_reader::streambuf {
|
class encrypting_streambuf final : public encrypting_reader::streambuf {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user