Fix libmu_cpp compilation.
* examples/cpp/http.cc, examples/cpp/iconv.cc, examples/cpp/lsf.cc, examples/cpp/mailcap.cc, examples/cpp/msg-send.cc, examples/cpp/sfrom.cc, libmu_cpp/message.cc, libmu_cpp/mutil.cc, libmu_cpp/pop3.cc: Include missing <cstdlib>.
Showing
9 changed files
with
9 additions
and
0 deletions
... | @@ -17,6 +17,7 @@ | ... | @@ -17,6 +17,7 @@ |
17 | MA 02110-1301 USA */ | 17 | MA 02110-1301 USA */ |
18 | 18 | ||
19 | #include <iostream> | 19 | #include <iostream> |
20 | #include <cstdlib> | ||
20 | #include <mailutils/cpp/mailutils.h> | 21 | #include <mailutils/cpp/mailutils.h> |
21 | 22 | ||
22 | using namespace std; | 23 | using namespace std; | ... | ... |
... | @@ -17,6 +17,7 @@ | ... | @@ -17,6 +17,7 @@ |
17 | MA 02110-1301 USA */ | 17 | MA 02110-1301 USA */ |
18 | 18 | ||
19 | #include <iostream> | 19 | #include <iostream> |
20 | #include <cstdlib> | ||
20 | #include <mailutils/cpp/mailutils.h> | 21 | #include <mailutils/cpp/mailutils.h> |
21 | 22 | ||
22 | using namespace std; | 23 | using namespace std; | ... | ... |
-
Please register or sign in to post a comment