diff --git a/profiler/src/main.cpp b/profiler/src/main.cpp index 369e2493..ee48f356 100644 --- a/profiler/src/main.cpp +++ b/profiler/src/main.cpp @@ -14,6 +14,7 @@ #include #include "../nfd/nfd.h" #include +#include #ifdef _WIN32 # include @@ -83,6 +84,8 @@ std::vector::const_iterator> RebuildCo int main( int argc, char** argv ) { + setlocale( LC_NUMERIC, "C" ); + std::unique_ptr view; int badVer = 0;