rpcs3/Utilities
Jan Beich cd6bf37d06 Utilities: explicitly add more includes found by GCC
Utilities/Log.cpp: In member function 'void logs::file_writer::log(logs::level, const char*, std::size_t)':
Utilities/Log.cpp:559:9: error: 'memcpy' is not a member of 'std'
    std::memcpy(pos, text, frag);
         ^~~~~~
Utilities/Log.cpp:559:9: note: suggested alternative: 'empty'
    std::memcpy(pos, text, frag);
         ^~~~~~
         empty
Utilities/Log.cpp:560:9: error: 'memcpy' is not a member of 'std'
    std::memcpy(m_fptr, text + frag, size - frag);
         ^~~~~~
Utilities/Log.cpp:560:9: note: suggested alternative: 'empty'
    std::memcpy(m_fptr, text + frag, size - frag);
         ^~~~~~
         empty
Utilities/Log.cpp:564:9: error: 'memcpy' is not a member of 'std'
    std::memcpy(pos, text, size);
         ^~~~~~
Utilities/Log.cpp:564:9: note: suggested alternative: 'empty'
    std::memcpy(pos, text, size);
         ^~~~~~
         empty
Utilities/sync.h: In member function 'int futex(int*, int, int, const timespec*, int*, int)::futex_map::operator()(int*, int, int, const timespec*, int*, uint)':
Utilities/sync.h:110:20: error: 'find' is not a member of 'std'
     map.erase(std::find(map.find(uaddr), map.end(), ref));
                    ^~~~
Utilities/sync.h:110:20: note: suggested alternative: 'rend'
     map.erase(std::find(map.find(uaddr), map.end(), ref));
                    ^~~~
                    rend
2018-08-31 03:19:17 +04:00
..
2018-08-25 01:15:47 +03:00
2016-04-25 13:49:12 +03:00
2018-08-25 15:47:03 +03:00
2017-09-19 15:07:07 +03:00
2018-08-25 01:15:47 +03:00
2017-07-04 02:04:22 +03:00
2017-05-19 01:13:23 +03:00
2018-08-25 15:39:00 +03:00
2018-05-09 22:19:55 +03:00
2018-07-12 18:02:28 +03:00
2017-03-05 19:00:08 +03:00
2018-05-08 13:05:29 +03:00
2017-02-07 16:37:30 +03:00
2018-08-14 12:46:22 +03:00
2018-08-14 12:46:22 +03:00
2018-08-25 15:39:00 +03:00
2018-08-27 22:53:45 +04:00
2018-08-25 01:15:47 +03:00
2018-08-18 16:14:30 +03:00
2018-07-15 12:51:09 +04:00
2018-06-12 20:03:53 +02:00
2017-02-22 12:57:08 +03:00
2018-08-25 15:39:00 +03:00
2018-03-11 19:33:01 +03:00
2018-04-06 21:47:54 +03:00
2017-09-04 02:15:28 +03:00
2017-02-16 00:13:55 +03:00
2017-02-16 00:13:55 +03:00
2018-05-09 22:19:55 +03:00
2018-08-25 12:06:57 +03:00
2018-05-09 22:19:55 +03:00
2018-06-17 00:43:00 +04:00
2018-06-17 00:43:00 +04:00
2018-08-13 16:16:34 +03:00
2017-01-29 19:52:19 +03:00
2018-01-11 12:26:41 +03:00
2016-08-08 19:19:32 +03:00
2016-07-21 01:54:39 +03:00
2018-05-09 23:35:34 +03:00