From 7caee33dcc959ce5a891c544d8bc8f25864f2234 Mon Sep 17 00:00:00 2001 From: Patrick von Reth Date: Fri, 4 Sep 2015 13:46:52 +0200 Subject: [PATCH] ofstream is in std:: --- src/tomahawk/CMakeLists.win32.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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