From a0acbda9ce420bd8e11cb7d1bc1b0259e83d1bc5 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 20 Feb 2019 14:23:38 -0800 Subject: [PATCH] creport: include firmware version header --- stratosphere/creport/source/creport_main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stratosphere/creport/source/creport_main.cpp b/stratosphere/creport/source/creport_main.cpp index 8dd617769..3410a430a 100644 --- a/stratosphere/creport/source/creport_main.cpp +++ b/stratosphere/creport/source/creport_main.cpp @@ -21,6 +21,7 @@ #include #include +#include #include "creport_crash_report.hpp"