Fix compile error for std::nothrow (#1560)

Fix C2039, and C2065
This commit is contained in:
Tsukasa Sugiura 2021-04-09 17:51:22 +09:00 коммит произвёл GitHub
Родитель 2feb342525
Коммит f210de35d5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -7,6 +7,7 @@
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
#include <stdio.h>
#include <new>
#include <k4ainternal/logging.h>