diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-09-10 12:24:46 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-09-10 12:24:46 +0800 |
commit | 9bb3c0124ec50b9e68bdce3370096668c2da984d (patch) | |
tree | 63a4601eaa767a1078164f660b9dcb7d0684055d /indra | |
parent | 929c658fcaf5f8d9ffce1cafc9e52d62788841e4 (diff) |
The header for CFBundleRef & CFBundleCreate
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloateruipreview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloateruipreview.cpp b/indra/newview/llfloateruipreview.cpp index e67c79a3a0..795cb144a1 100644 --- a/indra/newview/llfloateruipreview.cpp +++ b/indra/newview/llfloateruipreview.cpp @@ -73,6 +73,7 @@ #if LL_DARWIN #include <CoreFoundation/CFURL.h> +#include <CoreFoundation/CFBundle.h> #endif // Static initialization |