diff --git a/src/tomahawk/CMakeLists.win32.cmake b/src/tomahawk/CMakeLists.win32.cmake index 3e5b96483..cd883d2df 100644 --- a/src/tomahawk/CMakeLists.win32.cmake +++ b/src/tomahawk/CMakeLists.win32.cmake @@ -27,7 +27,7 @@ include(CheckCXXSourceCompiles) check_cxx_source_compiles( "#include int main(){ - ofstream stream(L\"Test\"); + std::ofstream stream(L\"Test\"); return 0; }" OFSTREAM_CAN_OPEN_WCHAR_FILE_NAMES) \ No newline at end of file