From 2bcbd565b812ae6ad6f3e2ef4e677abf7a20598d Mon Sep 17 00:00:00 2001
From: wwylele <wwylele@gmail.com>
Date: Fri, 27 Oct 2017 18:52:50 +0300
Subject: [PATCH] Add missing header for PRIU64

---
 src/core/file_sys/archive_ncch.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/core/file_sys/archive_ncch.cpp b/src/core/file_sys/archive_ncch.cpp
index 38661addee..45d81e0f55 100644
--- a/src/core/file_sys/archive_ncch.cpp
+++ b/src/core/file_sys/archive_ncch.cpp
@@ -3,6 +3,7 @@
 // Refer to the license.txt file included.
 
 #include <algorithm>
+#include <cinttypes>
 #include <memory>
 #include <vector>
 #include "common/common_types.h"