зеркало из https://github.com/microsoft/napajs.git
Fix build: add missing header file (#221)
Add the missing header file <functional> which causes build break on g++7.x
This commit is contained in:
Родитель
9c9d8f611a
Коммит
e586b04404
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
|
|
Загрузка…
Ссылка в новой задаче