Skip to content
Snippets Groups Projects
Commit 867b5f5a authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

MAINT-8087: #include header for CoTaskMemFree() function

which is required to free the pointer returned by SHGetKnownFolderPath().
parent bdea9739
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@
#include <Knownfolders.h>
#include <iostream>
#include <map>
#include <Objbase.h> // CoTaskMemFree()
#include <direct.h>
#include <errno.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment