From 690cee719966beac6048c2189172e86e61155e74 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Fri, 2 Feb 2018 01:29:41 -0600 Subject: [PATCH] Fix FS refactor build issue --- src/nostalgia/core/userland/media.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nostalgia/core/userland/media.cpp b/src/nostalgia/core/userland/media.cpp index a83c16cc..0dce3779 100644 --- a/src/nostalgia/core/userland/media.cpp +++ b/src/nostalgia/core/userland/media.cpp @@ -6,7 +6,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include +#include #include #include "../media.hpp"