From 88a4d9c314c01ba0f6bb53bd34d740268d71c768 Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Tue, 2 Mar 2021 23:27:49 -0500 Subject: [PATCH] Build fix --- indra/llfilesystem/llfilesystem.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/llfilesystem/llfilesystem.cpp b/indra/llfilesystem/llfilesystem.cpp index 83b5d36f0e2..12901cb91ff 100644 --- a/indra/llfilesystem/llfilesystem.cpp +++ b/indra/llfilesystem/llfilesystem.cpp @@ -34,6 +34,8 @@ #include "llfasttimer.h" #include "lldiskcache.h" +#include <boost/filesystem.hpp> + static LLTrace::BlockTimerStatHandle FTM_VFILE_WAIT("VFile Wait"); LLFileSystem::LLFileSystem(const LLUUID& file_id, const LLAssetType::EType file_type, S32 mode) -- GitLab