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 "formats/file_signature.h"
#include <array>
#include <memory> #include <memory>
namespace maconv { namespace maconv {

View File

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

View File

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