summaryrefslogtreecommitdiff
path: root/indra/llfilesystem/lldiriterator.cpp
diff options
context:
space:
mode:
authorCallum Linden <113564339+callumlinden@users.noreply.github.com>2025-09-05 14:18:07 -0700
committerGitHub <noreply@github.com>2025-09-05 14:18:07 -0700
commit40e2b67db59603dd4e850011e556d56022016ad0 (patch)
treebf9d88d44241f1d867fb492ba8d633ccf75ddf0a /indra/llfilesystem/lldiriterator.cpp
parent12704b941132ec6fb6ca62da007c3ec02292c872 (diff)
parent789a64b0def7b404ab23b505482882f4820c42e3 (diff)
Merge pull request #4640 from secondlife/callum/mac_universal
Updates to macOS universal build
Diffstat (limited to 'indra/llfilesystem/lldiriterator.cpp')
-rw-r--r--indra/llfilesystem/lldiriterator.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llfilesystem/lldiriterator.cpp b/indra/llfilesystem/lldiriterator.cpp
index 28a93f1446..e8c37389d2 100644
--- a/indra/llfilesystem/lldiriterator.cpp
+++ b/indra/llfilesystem/lldiriterator.cpp
@@ -28,9 +28,9 @@
#include "fix_macros.h"
#include "llregex.h"
-#include <filesystem>
+#include <boost/filesystem.hpp>
-namespace fs = std::filesystem;
+namespace fs = boost::filesystem;
static std::string glob_to_regex(const std::string& glob);