mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 17:14:00 +02:00
ofstream is in std::
This commit is contained in:
@@ -27,7 +27,7 @@ include(CheckCXXSourceCompiles)
|
||||
|
||||
check_cxx_source_compiles( "#include <fstream>
|
||||
int main(){
|
||||
ofstream stream(L\"Test\");
|
||||
std::ofstream stream(L\"Test\");
|
||||
return 0;
|
||||
}"
|
||||
OFSTREAM_CAN_OPEN_WCHAR_FILE_NAMES)
|
Reference in New Issue
Block a user