From 7f583c8709d69450e0229df08d6dfbf236069722 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sun, 3 Jul 2016 17:04:04 -0500 Subject: [PATCH] Add include that is needed for Linux builds --- src/ox/fs/oxfstool.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ox/fs/oxfstool.cpp b/src/ox/fs/oxfstool.cpp index d306f12c6..b3c7afc95 100644 --- a/src/ox/fs/oxfstool.cpp +++ b/src/ox/fs/oxfstool.cpp @@ -5,6 +5,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include #include #include #include