=== modified file 'nepenthes-core/include/Config.hpp' --- a/nepenthes-core/include/Config.hpp +++ b/nepenthes-core/include/Config.hpp @@ -32,6 +32,8 @@ #include #include +#include +#include // mmap() #ifdef WIN32 === modified file 'nepenthes-core/include/Nepenthes.hpp' --- a/nepenthes-core/include/Nepenthes.hpp +++ b/nepenthes-core/include/Nepenthes.hpp @@ -40,6 +40,8 @@ #include #include +#include +#include typedef unsigned char byte;