Index: dll/win32/browseui/CMakeLists.txt =================================================================== --- dll/win32/browseui/CMakeLists.txt (revision 72619) +++ dll/win32/browseui/CMakeLists.txt (working copy) @@ -42,7 +42,7 @@ set_module_type(browseui win32dll UNICODE) target_link_libraries(browseui atlnew uuid wine) -add_importlibs(browseui shlwapi shell32 comctl32 gdi32 ole32 oleaut32 user32 advapi32 msvcrt kernel32 ntdll) +add_importlibs(browseui shlwapi shell32 comctl32 gdi32 ole32 oleaut32 user32 advapi32 mpr msvcrt kernel32 ntdll) add_pch(browseui precomp.h SOURCE) add_cd_file(TARGET browseui DESTINATION reactos/system32 FOR all) Index: dll/win32/browseui/precomp.h =================================================================== --- dll/win32/browseui/precomp.h (revision 72619) +++ dll/win32/browseui/precomp.h (working copy) @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include