summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/nca_metadata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/file_sys/nca_metadata.h')
-rw-r--r--src/core/file_sys/nca_metadata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/nca_metadata.h b/src/core/file_sys/nca_metadata.h
index ce05b4c1d..a05d155f4 100644
--- a/src/core/file_sys/nca_metadata.h
+++ b/src/core/file_sys/nca_metadata.h
@@ -4,7 +4,6 @@
#pragma once
-#include <cstring>
#include <memory>
#include <vector>
#include "common/common_funcs.h"
@@ -88,6 +87,7 @@ public:
explicit CNMT(VirtualFile file);
CNMT(CNMTHeader header, OptionalHeader opt_header, std::vector<ContentRecord> content_records,
std::vector<MetaRecord> meta_records);
+ ~CNMT();
u64 GetTitleID() const;
u32 GetTitleVersion() const;