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) {