From d910ae13ae49c1a8c20e5ff997f118c190af482d Mon Sep 17 00:00:00 2001 From: Curve Date: Tue, 6 Feb 2024 00:00:00 +0100 Subject: [PATCH] fix: eofs --- private/archive.impl.hpp | 3 ++- src/archive.impl.cpp | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/private/archive.impl.hpp b/private/archive.impl.hpp index ffd86c8..c43c49c 100644 --- a/private/archive.impl.hpp +++ b/private/archive.impl.hpp @@ -1,4 +1,5 @@ #pragma once + #include "archive.hpp" #include @@ -42,4 +43,4 @@ namespace solar2d template <> tag archive::impl::read(); -}; // namespace solar2d \ No newline at end of file +}; // namespace solar2d diff --git a/src/archive.impl.cpp b/src/archive.impl.cpp index 5023104..7eba934 100644 --- a/src/archive.impl.cpp +++ b/src/archive.impl.cpp @@ -54,4 +54,4 @@ namespace solar2d return tag; } -} // namespace solar2d \ No newline at end of file +} // namespace solar2d