X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Fos_win32.h;h=618c5315efb10b0a786fa5ff6e399a16e9c83b3a;hb=e4051a6bd586befbcc3dd92c50225d68e1833c73;hp=77af7fb984e30c8026b9bbd8b67c3e37445020bc;hpb=e4c676a4905c38aa0aa2f7c0d490bf841beee05d;p=lyx.git diff --git a/src/support/os_win32.h b/src/support/os_win32.h index 77af7fb984..618c5315ef 100644 --- a/src/support/os_win32.h +++ b/src/support/os_win32.h @@ -43,6 +43,8 @@ #endif #include +#include +#include namespace lyx { @@ -74,7 +76,7 @@ public: ~GetFolderPath(); /** Wrapper for SHGetFolderPathA, returning - * the path asscociated with @c id. + * the path asscociated with @c id in utf8 encoding. */ std::string const operator()(folder_id id) const; private: