From f7c7abd180beac1e737448ece2af558098e05de6 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Tue, 11 Jun 2024 03:34:38 +0200 Subject: [PATCH] Fix build --- indra/llmath/nd/ndoctreelog.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/indra/llmath/nd/ndoctreelog.cpp b/indra/llmath/nd/ndoctreelog.cpp index 48716c3d58..a7636c107c 100644 --- a/indra/llmath/nd/ndoctreelog.cpp +++ b/indra/llmath/nd/ndoctreelog.cpp @@ -22,8 +22,9 @@ * $/LicenseInfo$ */ -#include "../llmath.h" -#include "ndoctreelog.h" +#include "llpreprocessor.h" +#include "llmath.h" +#include "nd/ndoctreelog.h" #include "llfile.h" namespace nd