Skip to content

Commit

Permalink
fix: eofs
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Feb 5, 2024
1 parent 9bc43aa commit d910ae1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion private/archive.impl.hpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once

#include "archive.hpp"

#include <fstream>
Expand Down Expand Up @@ -42,4 +43,4 @@ namespace solar2d

template <>
tag archive::impl::read<tag>();
}; // namespace solar2d
}; // namespace solar2d
2 changes: 1 addition & 1 deletion src/archive.impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ namespace solar2d

return tag;
}
} // namespace solar2d
} // namespace solar2d

0 comments on commit d910ae1

Please sign in to comment.