From d4212abe3b2b94d8a100a1908853a97de6e561c0 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sun, 7 Jul 2019 22:08:39 -0500 Subject: [PATCH] [ox/fs] Fix PassthroughFS to pull in defines from header before check --- deps/ox/src/ox/fs/filesystem/passthroughfs.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deps/ox/src/ox/fs/filesystem/passthroughfs.cpp b/deps/ox/src/ox/fs/filesystem/passthroughfs.cpp index 94dad120..7576ec23 100644 --- a/deps/ox/src/ox/fs/filesystem/passthroughfs.cpp +++ b/deps/ox/src/ox/fs/filesystem/passthroughfs.cpp @@ -6,12 +6,12 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#if OX_PASSTHROUGHFS_HAS_DEPENDENCIES && defined(OX_USE_STDLIB) +#include "passthroughfs.hpp" + +#if defined(OX_PASSTHROUGHFS_HAS_DEPENDENCIES) #include -#include "passthroughfs.hpp" - namespace ox { PassThroughFS::PassThroughFS(const char *dirPath) {