Browse Source

file_sys/patch_manager: Add missing include

Fixes build issues
nce_cpp
ReinUsesLisp 5 years ago
parent
commit
5bccefe24c
  1. 1
      src/core/file_sys/patch_manager.h

1
src/core/file_sys/patch_manager.h

@ -6,6 +6,7 @@
#include <map>
#include <memory>
#include <optional>
#include <string>
#include "common/common_types.h"
#include "core/file_sys/nca_metadata.h"

Loading…
Cancel
Save