summaryrefslogtreecommitdiff
blob: 621907b64141efaad3dfc3708762fa3503d57cd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
=== modified file 'nepenthes-core/include/Config.hpp'
--- a/nepenthes-core/include/Config.hpp
+++ b/nepenthes-core/include/Config.hpp
@@ -32,6 +32,8 @@
 
 #include <vector>
 #include <map>
+#include <cstring>
+#include <stdlib.h>
 
 // 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 <stdint.h>
 #include <string>
+#include <cstring>
+#include <cstdlib>
 
 typedef unsigned char byte;