summaryrefslogtreecommitdiff
path: root/indra/llvfs/lldir_win32.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2017-12-14 18:47:15 -0500
committerNat Goodspeed <nat@lindenlab.com>2017-12-14 18:47:15 -0500
commit867b5f5a904366810c614d7b3327f253e46e59ae (patch)
tree555ceb95abc5b576edd43e5a34f28d2f50e85f21 /indra/llvfs/lldir_win32.cpp
parentbdea97399b12a1e9ede23b1fe4e8c4e28f25210e (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.cpp1
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>