Jan Beich db43b37e15 alignment: explicitly include <new> after 723edb4c0659
In file included from src/core/hle/kernel/memory/page_table.cpp:5:
src/./common/alignment.h:67:68: error: no member named 'align_val_t' in namespace 'std'
        return static_cast<T*>(::operator new (n * sizeof(T), std::align_val_t{Align}));
                                                              ~~~~~^
src/./common/alignment.h:71:51: error: no member named 'align_val_t' in namespace 'std'
        ::operator delete (p, n * sizeof(T), std::align_val_t{Align});
                                             ~~~~~^
2020-07-18 23:06:16 +00:00
..
2020-06-27 18:20:06 -04:00
2019-11-23 01:30:06 +01:00
2020-06-27 11:36:14 -04:00
2020-04-24 09:33:04 +02:00
2019-02-06 22:20:57 -03:00
2018-10-02 16:04:10 +02:00
2020-06-27 18:20:06 -04:00
2020-06-27 18:20:06 -04:00
2020-06-27 18:20:06 -04:00
2020-07-14 16:26:54 -04:00
2020-06-27 11:36:14 -04:00
2019-04-25 08:07:57 -04:00