diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2017-12-14 18:47:15 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2017-12-14 18:47:15 -0500 |
commit | 867b5f5a904366810c614d7b3327f253e46e59ae (patch) | |
tree | 555ceb95abc5b576edd43e5a34f28d2f50e85f21 /indra/llvfs/lldir_win32.cpp | |
parent | bdea97399b12a1e9ede23b1fe4e8c4e28f25210e (diff) |
MAINT-8087: #include header for CoTaskMemFree() function
which is required to free the pointer returned by SHGetKnownFolderPath().
Diffstat (limited to 'indra/llvfs/lldir_win32.cpp')
-rw-r--r-- | indra/llvfs/lldir_win32.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llvfs/lldir_win32.cpp b/indra/llvfs/lldir_win32.cpp index 55f0a6338d..4d8aa0e189 100644 --- a/indra/llvfs/lldir_win32.cpp +++ b/indra/llvfs/lldir_win32.cpp @@ -35,6 +35,7 @@ #include <Knownfolders.h> #include <iostream> #include <map> +#include <Objbase.h> // CoTaskMemFree() #include <direct.h> #include <errno.h> |