This commit is contained in:
猫咪恐慌 2024-01-29 21:26:04 -05:00 committed by GitHub
commit 2fe6b35274
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,7 @@ this program. If not, see <https://www.gnu.org/licenses/>.
#include "formats/file_signature.h"
#include <array>
#include <memory>
namespace maconv {

View File

@ -20,6 +20,7 @@ this program. If not, see <https://www.gnu.org/licenses/>.
#pragma once
#include <string>
#include <memory>
#include <vector>
#include <time.h>

View File

@ -20,6 +20,7 @@ this program. If not, see <https://www.gnu.org/licenses/>.
#pragma once
#include <cstdint>
#include <ostream>
#include <string>